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 3753388 commit dce850fCopy full SHA for dce850f
.travis.yml
@@ -8,4 +8,4 @@ before_install:
8
install:
9
- ./shared/dev-tasks/install-dependencies.sh
10
script:
11
- - '[ "${TRAVIS_SECURE_ENV_VARS}" = "false" ] && ./gradlew test || ./gradlew jshint'
+ - '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test || ./gradlew jshint'
0 commit comments