Skip to content

Commit

Permalink
Wire up build for higher timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Apr 26, 2019
1 parent f6b797e commit 9b2df31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ before_install:
- gem install slather
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage bootstrap --platform iOS --cache-builds
- travis_wait 120 carthage bootstrap --platform iOS --cache-builds
before_deploy:
- carthage build --no-skip-current --platform iOS --cache-builds
- travis_wait 120 carthage build --no-skip-current --platform iOS --cache-builds
- carthage archive $FRAMEWORK_NAME
after_deploy:
- pod trunk push --skip-import-validation --skip-tests --allow-warnings
Expand Down

0 comments on commit 9b2df31

Please sign in to comment.