Skip to content

Commit 1e1217a

Browse files
committed
travis…go
1 parent ef32395 commit 1e1217a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)