Skip to content

Commit

Permalink
Remove jacoco from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkot committed Apr 19, 2021
1 parent 649306b commit c05f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jdk:
script:
- mvn clean package
after_success:
- mvn clean test jacoco:report coveralls:report -DrepoToken=$REPO_TOKEN
- mvn clean test coveralls:report -DrepoToken=$REPO_TOKEN

0 comments on commit c05f2fd

Please sign in to comment.