This is an automated email from the ASF dual-hosted git repository.
upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git
The following commit(s) were added to refs/heads/develop by this push:
new dd4ab58 Use openjdk for travis checks
dd4ab58 is described below
commit dd4ab58dafbe8d854c510b592fd0d6e67fda0b76
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