Skip to content

Commit

Permalink
Tell Travis to wait more time when building carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
pmairoldi committed Feb 20, 2017
1 parent 1c24532 commit de79bab
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 @@ -16,7 +16,7 @@ before_install:
- brew update
- brew upgrade carthage || true
- carthage version
- carthage bootstrap --platform $PLATFORM
- travis_wait carthage bootstrap --platform $PLATFORM
script:
- bundle exec rake ci[$PLATFORM]
after_success:
Expand Down

0 comments on commit de79bab

Please sign in to comment.