Skip to content

Commit

Permalink
change simulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCarey committed Oct 10, 2018
1 parent 0a514e9 commit c0fdbe9
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 @@ -10,5 +10,5 @@ before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/Succulent.xcworkspace -scheme Succulent-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/Succulent.xcworkspace -scheme Succulent-Example -sdk iphonesimulator12.0 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit c0fdbe9

Please sign in to comment.