From 3d2751005a6f361785c5d8cc4285fcf89daf431e Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Thu, 3 May 2018 10:43:18 -0700 Subject: [PATCH] Use travis_wait to extend building time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58842af..7855c7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ branches: before_install: - echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc script: - - travis_wait 30 ./fastlane/travis.sh + - travis_wait 60 ./fastlane/travis.sh