From d805e5e4da514766619528924418a7d095f11d94 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Tue, 15 May 2018 20:07:40 +0800 Subject: [PATCH] Revert the .travis.yml file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7855c7c..2387501 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 60 ./fastlane/travis.sh + - ./fastlane/travis.sh