Skip to content

Commit

Permalink
Test with more Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed Jun 19, 2018
1 parent 29a4d80 commit e3b4c60
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: java
jdk:
- openjdk7
- oraclejdk8
- oraclejdk9
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk-ea
- oraclejdk-ea

dist: trusty

script: "mvn --show-version --errors --batch-mode -Prun-its clean verify"
Expand Down

0 comments on commit e3b4c60

Please sign in to comment.