Explorar el Código

.travis.yml: use openjdk8 for the uploading build

Stephen Gold hace 6 años
padre
commit
89e753bf47
Se han modificado 1 ficheros con 1 adiciones y 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