Skip to content

Commit

Permalink
let's see wether the test fails in travis as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepdreamofandroids committed Aug 21, 2019
1 parent 10dc59c commit d59d8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ case "${1:?''}" in
run "./gradlew spotbugsJavaPoet spotbugsMain pmdJavaPoet pmdMain -Dspotbugs -Dpmd --console plain"
run "sh -c 'cd examples/stats-metrics && ./gradlew test --console plain'"
run "sh -c 'cd examples/write-behind-rxjava && mvn test'"
run "sh -c 'cd examples/coalescing-bulkloader && mvn test'"
;;
tests)
run "./gradlew check --console plain"
Expand Down

0 comments on commit d59d8dc

Please sign in to comment.