Explorar o código

.travis.yml: use openjdk8 for the uploading build

Stephen Gold %!s(int64=6) %!d(string=hai) anos
pai
achega
89e753bf47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -10,7 +10,7 @@ branches:
 matrix:
   include:
   - os: linux
-    jdk: oraclejdk8
+    jdk: openjdk8
     dist: xenial
     env: UPLOAD=true UPLOAD_NATIVE=true
   - os: linux