Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Travis config
Browse files Browse the repository at this point in the history
ephread committed Oct 5, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9f72a6d commit c543fbb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -16,13 +16,15 @@ env:
- IOS_SDK=iphonesimulator13.0

matrix:
# - DESTINATION="OS=12.1,name=iPhone XS" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" BUILD_APP_EXTENSION_EXAMPLE="YES" POD_LINT="YES" ALLOW_WARNINGS="YES"
- DESTINATION="OS=13.0,name=iPhone 11" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" BUILD_APP_EXTENSION_EXAMPLE="YES" POD_LINT="YES" ALLOW_WARNINGS="YES"
# For some reasons tests don't run on older simulators when built with Xcode 11. Disabling
# temporarily.
# - DESTINATION="OS=12.1,name=iPhone XS" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" BUILD_APP_EXTENSION_EXAMPLE="YES" POD_LINT="YES" ALLOW_WARNINGS="NO"
- DESTINATION="OS=13.0,name=iPhone 11" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" BUILD_APP_EXTENSION_EXAMPLE="YES" POD_LINT="YES" ALLOW_WARNINGS="NO"

before_install:
- gem install cocoapods xcpretty
- brew update && brew upgrade
- cd "Examples/Example/Snapshot Tests/Supporting Files/Snapshots" && git pull && cd -
- git submodule update

install:
- cd "Examples" && carthage bootstrap --platform ios && cd ..

0 comments on commit c543fbb

Please sign in to comment.