Browse Source

.travis.yml: try xenial dist for the oraclejdk8 build

sgold 6 năm trước cách đây
mục cha
commit
126874873c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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