Navigation Menu

Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Sep 19, 2018
1 parent d5eb2ed commit af40d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ matrix:

script:
- set -o pipefail
- xcodebuild $ACTION -project $PROJECT -scheme $SCHEME -sdk $SDK -destination 'name=iPhone 7,OS=11.0' -configuration $CONFIG ENABLE_TESTABILITY=YES | xcpretty
- xcodebuild $ACTION -project $PROJECT -scheme $SCHEME -sdk $SDK -destination 'name=iPhone XS Max,OS=12.0' -configuration $CONFIG ENABLE_TESTABILITY=YES | xcpretty

notifications:
email: false
Expand Down

0 comments on commit af40d8d

Please sign in to comment.