You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/07/16 01:17:20 UTC

[incubator-datasketches-java] 01/01: Go back to openjdk8 from oraclejdk8.

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

leerho pushed a commit to branch RefactorArrayOfDoubles
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git

commit 82cb36d4d9732a2a35b8ea306bffce3b56bf5ca3
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jul 15 18:16:45 2020 -0700

    Go back to openjdk8 from oraclejdk8.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5877b6a..2883397 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ language: java
 dist: trusty
 
 jdk:
- - oraclejdk8
+ - openjdk8
 
 install:
  - mvn clean install -q -Dmaven.javadoc.skip=true -Dsource.skip=true -DskipTests=true -Dgpg.skip=true


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org