Skip to content

Commit f9cc3b2

Browse files
committed
Update list of jdk to test against since travis-ci no longer supports JDK6.
1 parent 00646b9 commit f9cc3b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: java
22
sudo: false
33
jdk:
44
# It's important to test on all these because of a horrible hack in the POM.
5-
- openjdk6
6-
- oraclejdk7
5+
# - openjdk6 # No longer supported by Travis
6+
- openjdk7
77
- oraclejdk8
8-
# - oraclejdk9 # Not yet available on travis-ci.com
8+
# - oraclejdk9 # Not testable on JDK9. Something maybe related to Jacoco mucking with the bootclasspaht
9+
910
# Additionally pass -Dgpg.skip to suppress signing instead of trying to provision
1011
# Travis's containers with keys.
1112
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V

0 commit comments

Comments
 (0)