소스 검색

.travis.yml: specify "precise" env where Oracle JDK8 is still supported

Stephen Gold 6 년 전
부모
커밋
3f428069f6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -11,6 +11,7 @@ matrix:
   include:
   - os: linux
     jdk: oraclejdk8
+    dist: precise
     env: UPLOAD=true UPLOAD_NATIVE=true
   - os: linux
     jdk: openjdk7