From 034308b26fea587b610c9c935031bf66318675e3 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Thu, 26 Jan 2017 22:45:55 +0100 Subject: [PATCH] Update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index df2b1ed..1ba1d4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_install: script: -- set -o pipefail && xctool build -workspace Example/ValueStepper.xcworkspace -scheme ValueStepper-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' ONLY_ACTIVE_ARCH=NO | xcpretty +- set -o pipefail && xcodebuild test -workspace Example/ValueStepper.xcworkspace -scheme ValueStepper-Example -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.2' ONLY_ACTIVE_ARCH=NO | xcpretty