Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed Jul 19, 2016
1 parent ce3c78f commit fdf3b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branches:
script:
- pod lib lint
- set -o pipefail
- xcodebuild test -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" -configuration Release -sdk iphonesimulator -destination "$DESTINATION" | xcpretty -c
- xcodebuild test -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" -sdk iphonesimulator -destination "$DESTINATION" | xcpretty -c
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy:
Expand Down

0 comments on commit fdf3b05

Please sign in to comment.