Skip to content

Commit

Permalink
Faster Travis. Skip Carthage builds entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Sep 29, 2017
1 parent bcaac7f commit 9bb6466
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ install:
- unzip -q ./ChatSecure-iOS-Precompiled-Dependencies/Pods.zip

before_script:
- carthage update --platform ios --cache-builds
# Skip re-building of Carthage dependencies in favor of using precompiled
# - carthage update --platform ios --cache-builds
- bundle exec pod repo update
- bundle exec pod install
script:
- set -o pipefail
- travis_retry xcodebuild -workspace ChatSecure.xcworkspace -scheme ChatSecureTests -sdk iphonesimulator -destination "id=$IOS_SIMULATOR_UDID" test | xcpretty -c
- xcodebuild -workspace ChatSecure.xcworkspace -scheme ChatSecureTests -sdk iphonesimulator -destination "id=$IOS_SIMULATOR_UDID" test | xcpretty -c

0 comments on commit 9bb6466

Please sign in to comment.