Try travis_wait to fix long minify task in MacOS

This commit is contained in:
Asher 2019-09-12 15:38:53 -05:00
parent ae1126d43f
commit 398bc2ff41
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

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