瀏覽代碼

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 年之前
父節點
當前提交
cf23590a66
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml 查看文件

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

language: java

jdk:
- openjdk7
- openjdk8
- oraclejdk11

Loading…
取消
儲存