Selaa lähdekoodia

.travis.yml: use openjdk8 for the uploading build

Stephen Gold 6 vuotta sitten
vanhempi
commit
89e753bf47
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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