Skip to content

Commit

Permalink
Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Jan 8, 2016
1 parent 963e1e3 commit 0a74ec2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6

script:
- gradle build

after_success:
- gradle jacocoTestReport
- gradle jacocoTestReport coveralls

0 comments on commit 0a74ec2

Please sign in to comment.