Skip to content

Commit

Permalink
Travis: use XCode12, ignore pod
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 20, 2020
1 parent 62cb538 commit 176745d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ cache:

matrix:
include:
- osx_image: xcode11.3
- osx_image: xcode12

script:
- swift test
- pod lib lint
- xcodebuild test -scheme Sodium_iOS -destination 'platform=iOS Simulator,name=iPhone 8,OS=latest' -sdk iphonesimulator | xcpretty

before_install:
Expand Down

0 comments on commit 176745d

Please sign in to comment.