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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue