瀏覽代碼

.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