Skip to content

Commit

Permalink
Travis: Build and test on JDK 7, 8 and 11.
Browse files Browse the repository at this point in the history
This uses the Trusty (14.04) image since that in the only one
where all three JDKs are available.
  • Loading branch information
fzs committed Nov 6, 2019
1 parent 719afba commit cf23590
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1,2 +1,8 @@
dist: trusty

language: java

jdk:
- openjdk7
- openjdk8
- oraclejdk11

0 comments on commit cf23590

Please sign in to comment.