Skip to content

Commit

Permalink
Update .travis.yml to test against modern hardware and iOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLewin committed Sep 19, 2018
1 parent 704e6c4 commit 000bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 000bfb8

Please sign in to comment.