Skip to content

Commit

Permalink
Remove openjdk7 support from TravisCI because of Jacoco crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Jan 6, 2016
1 parent 7721c2d commit 882b596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
#- openjdk7 # It currently fails because of Jacoco ...
script:
- mvn clean verify jacoco:report
after_success:
Expand Down

0 comments on commit 882b596

Please sign in to comment.