increase travis_wait time to 60m
This commit is contained in:
parent
81eb4b8641
commit
62fd830092
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ before_script:
|
||||||
ls -ld Carthage/Build/iOS/*framework
|
ls -ld Carthage/Build/iOS/*framework
|
||||||
else
|
else
|
||||||
echo "Bootstrap carthage dependencies."
|
echo "Bootstrap carthage dependencies."
|
||||||
travis_wait 45 carthage bootstrap --platform iOS
|
travis_wait 60 carthage bootstrap --platform iOS
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then
|
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue