Skip to content

Commit dce850f

Browse files
committed
travis isn’t running tests
1 parent 3753388 commit dce850f

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
@@ -8,4 +8,4 @@ before_install:
88
install:
99
- ./shared/dev-tasks/install-dependencies.sh
1010
script:
11-
- '[ "${TRAVIS_SECURE_ENV_VARS}" = "false" ] && ./gradlew test || ./gradlew jshint'
11+
- '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && ./gradlew test || ./gradlew jshint'

0 commit comments

Comments
 (0)