Skip to content

Commit

Permalink
chore: use cached builds on deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlTavares committed Nov 26, 2017
1 parent eba876b commit af1c8d3
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 @@ -49,7 +49,7 @@ jobs:
include:
- script: pod lib lint --verbose --allow-warnings
- stage: deploy
before_deploy: carthage build --no-skip-current && carthage archive Ciao
before_deploy: carthage build --no-skip-current --cache-builds && carthage archive Ciao
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit af1c8d3

Please sign in to comment.