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 45bf51c commit e768cebCopy full SHA for e768ceb
.travis.yml
@@ -16,7 +16,7 @@ before_script:
16
- sudo service cassandra status
17
18
script:
19
- - ./gradlew clean test --debug --tests mertz.security.oauth2.provider.token.store.cassandra.CassandraTokenStoreTests
+ - ./gradlew clean test --tests mertz.security.oauth2.provider.token.store.cassandra.CassandraTokenStoreTests
20
21
after_success:
22
- - ./gradlew clean test --tests mertz.security.oauth2.provider.token.store.cassandra.CassandraTokenStoreTests jacocoTestReport coveralls:report
+ - ./gradlew clean test --tests mertz.security.oauth2.provider.token.store.cassandra.CassandraTokenStoreTests jacocoTestReport coveralls
0 commit comments