Skip to content

Commit ef32395

Browse files
committed
telling travis to let the tests run for a long time
1 parent 2a0770b commit ef32395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ install:
1414
- ./shared/dev-tasks/install-dependencies.sh
1515
script:
1616
- nvm use $NODE_VERSION
17-
- '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test --debug || ./gradlew jshint'
17+
- travis_wait 60 '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test || ./gradlew jshint'

0 commit comments

Comments
 (0)