Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha authored May 30, 2018
1 parent e10eddf commit c39273c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: objective-c
osx_image: xcode9.3
script:
- set -o pipefail
- xcodebuild -project Sdifft.xcodeproj -scheme Sdifft-Package -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Release ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES test | xcpretty
- bash <(curl -s https://codecov.io/bash) -cF ios -X fix --verbose

0 comments on commit c39273c

Please sign in to comment.