Skip to content

Commit

Permalink
Travis updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyatt Mufson committed Oct 1, 2019
1 parent 77f8287 commit 3218df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: objective-c
osx_image: xcode10.2
osx_image: xcode11

install:
- gem install xcpretty
- sudo gem install cocoapods -v 1.6.1
- sudo gem install cocoapods -v 1.8.0
- pod setup
- pod install

script:
- pod lib lint
- xcodebuild clean build test -workspace SwiftPromises.xcworkspace -scheme SwiftPromises_Tests -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.2' -sdk iphonesimulator12.2 CODE_SIGNING_REQUIRED=NO -configuration Debug ONLY_ACTIVE_ARCH=YES ENABLE_TESTABILITY=YES -enableCodeCoverage YES | xcpretty -c
- xcodebuild clean build test -workspace SwiftPromises.xcworkspace -scheme SwiftPromises_Tests -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.0' -sdk iphonesimulator12.0 CODE_SIGNING_REQUIRED=NO -configuration Debug ONLY_ACTIVE_ARCH=YES ENABLE_TESTABILITY=YES -enableCodeCoverage YES | xcpretty -c
- bash <(curl -s https://codecov.io/bash) -cF unit -J SwiftPromises

0 comments on commit 3218df5

Please sign in to comment.