Skip to content

Commit 2712fea

Browse files
authored
Update script to gradlew clean test in TravisCI
1 parent d36b6bb commit 2712fea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ language: java
33
services:
44
- cassandra
55

6+
before_install:
7+
- chmod +x gradlew
8+
69
before_script:
710
# give some more time for Cassandra to finish startup and actually test it
811
- sleep 10
912
- sudo service cassandra status
13+
14+
script:
15+
- ./gradlew clean test --debug --tests mertz.security.oauth2.provider.token.store.cassandra.CassandraTokenStoreTests

0 commit comments

Comments
 (0)