You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2019/06/26 13:56:39 UTC

[incubator-daffodil] branch master updated: Switch to OpenJDK on TravisCI builds

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

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new a0a14de  Switch to OpenJDK on TravisCI builds
a0a14de is described below

commit a0a14de0a9a589953236ac8454c62b5708ed465f
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Wed Jun 26 07:20:45 2019 -0400

    Switch to OpenJDK on TravisCI builds
    
    TravisCI downloads the OracleJDK from oracles website. Periodially
    Oracle changes something and builds start to break. Since OracleJDK and
    OpenJDK are virtually the same (except OpenJDK is easier to install)
    switch to OpenJDK for TravisCI builds.
    
    DAFFODIL-2166
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fd8a8e0..741a202 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,9 +22,9 @@ scala:
   - 2.12.6
   - 2.11.12
 jdk:
-  - oraclejdk8
-  - oraclejdk9
-  - oraclejdk11
+  - openjdk8
+  - openjdk9
+  - openjdk11
 sudo: required
 dist: trusty