We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0770b commit ef32395Copy full SHA for ef32395
.travis.yml
@@ -14,4 +14,4 @@ install:
14
- ./shared/dev-tasks/install-dependencies.sh
15
script:
16
- nvm use $NODE_VERSION
17
- - '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test --debug || ./gradlew jshint'
+ - travis_wait 60 '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test || ./gradlew jshint'
0 commit comments