Browse Source

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

Stephen Gold 6 years ago
parent
commit
3f428069f6
1 changed files with 1 additions and 0 deletions
  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