From 398bc2ff41406a8616bf72001ddb61fd38024d5f Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 12 Sep 2019 15:38:53 -0500 Subject: [PATCH] Try travis_wait to fix long minify task in MacOS --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c87cc38..511f1b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi - if [[ "$TRAVIS_BRANCH" == "master" ]]; then export PACKAGE="true"; fi script: -- scripts/ci.bash +- travis_wait 30 scripts/ci.bash before_deploy: - echo "$VERSION" "$TRAVIS_COMMIT" - git config --local user.name "$USER_NAME" -- GitLab