Browse Source

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

Stephen Gold 6 năm trước cách đây
mục cha
commit
3f428069f6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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