Skip to content

Commit

Permalink
build against openjdk 8 - 14
Browse files Browse the repository at this point in the history
Since Travis CI runs on Ubuntu Xenial, oraclejdk8 isn't available anymore.
  • Loading branch information
hankem committed Aug 21, 2020
1 parent 65dc36d commit 3a1badd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ language: java
install: "mvn clean install -DskipTests=true"
script: "mvn -e clean test jacoco:report coveralls:report"
jdk:
# - oraclejdk7
- oraclejdk8
# - openjdk6
# - openjdk7
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk12
- openjdk13
- openjdk14

0 comments on commit 3a1badd

Please sign in to comment.