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 ef32395 commit 1e1217aCopy full SHA for 1e1217a
.travis.yml
@@ -14,4 +14,8 @@ install:
14
- ./shared/dev-tasks/install-dependencies.sh
15
script:
16
- nvm use $NODE_VERSION
17
- - travis_wait 60 '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test || ./gradlew jshint'
+ - if [[ $TRAVIS_SECURE_ENV_VARS == true ]]; then
18
+ travis_wait 60 ./gradlew test
19
+ else
20
+ ./gradlew jshint
21
+ fi
0 commit comments