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

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


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

commit 1a08528e8445620f549b1b158f3fad61d26bf33a
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Sep 6 08:00:00 2019 -0700

    Use openjdk for travis checks
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b0759c9..3889d95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
 language: java
 
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

Reply via email to