Skip to content

Commit

Permalink
increase travis_wait time to 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
mssun committed Nov 20, 2019
1 parent 81eb4b8 commit 62fd830
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 @@ -25,7 +25,7 @@ before_script:
ls -ld Carthage/Build/iOS/*framework
else
echo "Bootstrap carthage dependencies."
travis_wait 45 carthage bootstrap --platform iOS
travis_wait 60 carthage bootstrap --platform iOS
fi
- |
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then
Expand Down

0 comments on commit 62fd830

Please sign in to comment.