Skip to content

Commit 398bc2f

Browse files
committed
Try travis_wait to fix long minify task in MacOS
1 parent ae1126d commit 398bc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
2121
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export PACKAGE="true"; fi
2222
script:
23-
- scripts/ci.bash
23+
- travis_wait 30 scripts/ci.bash
2424
before_deploy:
2525
- echo "$VERSION" "$TRAVIS_COMMIT"
2626
- git config --local user.name "$USER_NAME"

0 commit comments

Comments
 (0)