Skip to content

Commit

Permalink
Update travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Sep 15, 2017
1 parent 377feb2 commit 6642bd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: java
jdk:
- oraclejdk7
- openjdk7
# JDK7 is not supported anymore; https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879
# - oraclejdk7
- oraclejdk8
after_success:
- mvn clean cobertura:cobertura coveralls:report

0 comments on commit 6642bd3

Please sign in to comment.