소스 검색

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…
취소
저장