You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/23 16:45:58 UTC

[geode-examples] branch release/1.9.1 updated: Use openjdk for travis checks

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch release/1.9.1
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/release/1.9.1 by this push:
     new 388ee0f  Use openjdk for travis checks
388ee0f is described below

commit 388ee0f7ea8c586c218bd7ccdb76abb4e38a94fe
Author: Dan Smith <up...@apache.org>
AuthorDate: Fri Jul 26 15:33:53 2019 -0700

    Use openjdk for travis checks
    
    Changing the jdk for travis to use to be openjdk, rather than oraclejdk. Travis seems to be having trouble installing oracle jdk on xenial.
    
    (cherry picked from commit dd4ab58dafbe8d854c510b592fd0d6e67fda0b76)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8a77c32..dc3ceaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
 language: java
 
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 script: ./gradlew runAll