From d59d8dc35a98bd24970f3aa9105c5f78a63369dd Mon Sep 17 00:00:00 2001 From: "Guus C. Bloemsma" Date: Wed, 21 Aug 2019 14:31:42 +0200 Subject: [PATCH] let's see wether the test fails in travis as well --- travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.sh b/travis.sh index f53bf2aa23..9585549824 100755 --- a/travis.sh +++ b/travis.sh @@ -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"