Use travis_wait to extend building time

This commit is contained in:
Bob Sun 2018-05-03 10:43:18 -07:00
parent 1b08e9e638
commit 3d2751005a

View file

@ -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