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

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


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

commit b6d63c72c3334d1a8f715355805314f147aae901
Author: Dan Smith <[email protected]>
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.
---
 .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
 

Reply via email to