Skip to content

Commit a89b03b

Browse files
committed
:(
1 parent 9fe1a81 commit a89b03b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ install:
1414
- ./shared/dev-tasks/install-dependencies.sh
1515
script:
1616
- nvm use $NODE_VERSION
17-
- if [[ $TRAVIS_SECURE_ENV_VARS == true ]]; then
18-
travis_wait 60 ./gradlew test;
19-
else
20-
./gradlew jshint;
21-
fi
17+
- '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test --info || ./gradlew jshint'

0 commit comments

Comments
 (0)