Browse Source

Travis: Build and test on JDK 7, 8 and 11.

This uses the Trusty (14.04) image since that in the only one
where all three JDKs are available.
tags/r1.9.0
Florian Zschocke 4 years ago
parent
commit
cf23590a66
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml View File

@@ -1,2 +1,8 @@
dist: trusty

language: java

jdk:
- openjdk7
- openjdk8
- oraclejdk11

Loading…
Cancel
Save