You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/07/24 23:52:34 UTC

[accumulo-testing] branch master updated: Use openjdk8 in Travis (oraclejdk8 gone)

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 64a6e18  Use openjdk8 in Travis (oraclejdk8 gone)
64a6e18 is described below

commit 64a6e18b91978c67f116ba678f220d482da83b1f
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Jul 24 19:52:14 2019 -0400

    Use openjdk8 in Travis (oraclejdk8 gone)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3688f4a..1faba7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,6 @@ cache:
   directories:
     - $HOME/.m2
 jdk:
-  - oraclejdk8
+  - openjdk8
 install: true
 script: mvn clean verify