From 000bfb862e9786e09ea1e94406687c5d7319564c Mon Sep 17 00:00:00 2001 From: Matt Lewin Date: Wed, 19 Sep 2018 18:42:24 -0400 Subject: [PATCH] Update .travis.yml to test against modern hardware and iOS 12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91c9e49..a14dbe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ cache: before_install: - gem install xcpretty --no-document script: - - set -o pipefail && travis_retry xcodebuild test -project NumericPicker.xcodeproj -scheme NumericPicker -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' ONLY_ACTIVE_ARCH=NO | xcpretty + - set -o pipefail && travis_retry xcodebuild test -project NumericPicker.xcodeproj -scheme NumericPicker -destination 'platform=iOS Simulator,name=iPhone X,OS=12.0' ONLY_ACTIVE_ARCH=NO | xcpretty