Skip to content

Commit

Permalink
Updated travis config to use cobertura after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
jewzaam committed Aug 14, 2014
1 parent 2d8897a commit 8555dba
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 @@ -4,7 +4,7 @@ jdk:
- oraclejdk8

after_success:
- mvn clean test jacoco:report coveralls:jacoco
- mvn clean cobertura:cobertura coveralls:cobertura

notifications:
email: false
Expand Down

0 comments on commit 8555dba

Please sign in to comment.