diff --git a/.travis.yml b/.travis.yml index 1f51b4a..f07e38c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,8 @@ jobs: include: - stage: spotlessCheck script: ./gradlew spotlessCheck - - stage: build - script: ./gradlew build - - stage: test - script: ./gradlew --info check jacocoRootTestReport + - stage: build & test + script: ./gradlew --info check jacocoTestReport - stage: release if: branch != master script: ./scripts/release.sh