There was an error while loading. Please reload this page.
1 parent d36b6bb commit 2712feaCopy full SHA for 2712fea
.travis.yml
@@ -3,7 +3,13 @@ language: java
3
services:
4
- cassandra
5
6
+before_install:
7
+ - chmod +x gradlew
8
+
9
before_script:
10
# give some more time for Cassandra to finish startup and actually test it
11
- sleep 10
12
- sudo service cassandra status
13
14
+script:
15
+ - ./gradlew clean test --debug --tests mertz.security.oauth2.provider.token.store.cassandra.CassandraTokenStoreTests
0 commit comments