Skip to content

Commit 9fe1a81

Browse files
committed
I grow tired of this.
1 parent 1e1217a commit 9fe1a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
script:
1616
- nvm use $NODE_VERSION
1717
- if [[ $TRAVIS_SECURE_ENV_VARS == true ]]; then
18-
travis_wait 60 ./gradlew test
18+
travis_wait 60 ./gradlew test;
1919
else
20-
./gradlew jshint
20+
./gradlew jshint;
2121
fi

0 commit comments

Comments
 (0)