Use travis_wait to extend building time
This commit is contained in:
parent
7933fe6897
commit
1b08e9e638
2 changed files with 2 additions and 2 deletions
|
|
@ -6,4 +6,4 @@ branches:
|
||||||
before_install:
|
before_install:
|
||||||
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
|
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
|
||||||
script:
|
script:
|
||||||
- ./fastlane/travis.sh
|
- travis_wait 30 ./fastlane/travis.sh
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
gem update fastlane
|
gem update fastlane
|
||||||
gem install xcodeproj
|
gem install xcodeproj
|
||||||
if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
|
||||||
fastlane test;
|
fastlane test;
|
||||||
else
|
else
|
||||||
fastlane travis;
|
fastlane travis;
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue