Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Sep 19, 2018
1 parent bcec431 commit d6cdf52
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 @@ -13,7 +13,7 @@ before_script:
- travis_wait 120 carthage bootstrap --platform iOS --cache-builds
before_deploy:
- travis_wait 120 carthage build --no-skip-current --platform iOS
- carthage archive --output $FRAMEWORK_NAME
- carthage archive --output "$FRAMEWORK_NAME.framework.zip"
script:
- set -o pipefail && xcodebuild -scheme "ACKReactiveExtensions - Argo" -destination
'platform=iOS Simulator,name=iPhone X,OS=11.4' ONLY_ACTIVE_ARCH=YES | xcpretty
Expand Down

0 comments on commit d6cdf52

Please sign in to comment.