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 2018/11/05 17:22:58 UTC

[incubator-daffodil] branch master updated: Remove Java 10 from TravisCI build configuration

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 aac7726  Remove Java 10 from TravisCI build configuration
aac7726 is described below

commit aac772680bdeda0c352c7cdfcdc32e56cb57c684
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Mon Nov 5 10:53:10 2018 -0500

    Remove Java 10 from TravisCI build configuration
    
    Using Java 10 results in a deprecation error and causes the build to
    fail. Since Java 10 is deprecated, let's just remove it from the build
    matrix.
    
    DAFFODIL-2016
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ea721d8..8d5287a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,6 @@ jdk:
   - oraclejdk7
   - oraclejdk8
   - oraclejdk9
-  - oraclejdk10
   - oraclejdk11
 sudo: required
 dist: trusty