Skip to content

Commit 2a0770b

Browse files
committed
turning on debugging to avoid build timeout
1 parent 3f24d84 commit 2a0770b

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 || ./gradlew jshint'
17+
- '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test --debug || ./gradlew jshint'

0 commit comments

Comments
 (0)