We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1126d commit 398bc2fCopy full SHA for 398bc2f
.travis.yml
@@ -20,7 +20,7 @@ before_install:
20
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
21
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export PACKAGE="true"; fi
22
script:
23
-- scripts/ci.bash
+- travis_wait 30 scripts/ci.bash
24
before_deploy:
25
- echo "$VERSION" "$TRAVIS_COMMIT"
26
- git config --local user.name "$USER_NAME"
0 commit comments