Use travis_wait to extend building time
This commit is contained in:
parent
1b08e9e638
commit
3d2751005a
1 changed files with 1 additions and 1 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:
|
||||||
- travis_wait 30 ./fastlane/travis.sh
|
- travis_wait 60 ./fastlane/travis.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue