Skip to content

Commit

Permalink
Adjusted the command required to run cobertura and coveralls. Removed…
Browse files Browse the repository at this point in the history
… the now unnecessary cobertura jar
  • Loading branch information
Tomasz Niedźwiedź committed Jan 25, 2017
1 parent f09887d commit b429c58
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -2,7 +2,7 @@ language: java
script: mvn clean package

after_success:
- mvn cobertura:check coveralls:report
- mvn clean cobertura:cobertura coveralls:report

env:
global:
Expand Down
Binary file removed slice-test/lib/cobertura-2.1.1.jar
Binary file not shown.

0 comments on commit b429c58

Please sign in to comment.