Skip to content

Commit

Permalink
build: fix jacocoTestReport task name
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Sep 26, 2019
1 parent e554a8b commit d37be0f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d37be0f

Please sign in to comment.