You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/03/22 19:27:41 UTC

[commons-io] branch master updated: Update Travis build with current JDKs.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 19cd138  Update Travis build with current JDKs.
19cd138 is described below

commit 19cd138d25fb461dc57125589a026ca0fa8f7805
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 22 15:27:38 2019 -0400

    Update Travis build with current JDKs.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 548d4fe..54dbb05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,11 +18,10 @@ sudo: false
 
 jdk:
   - openjdk7
-  - openjdk10
+  - openjdk8
   - openjdk11
   - openjdk12
   - oraclejdk8
-  - oraclejdk9
   - oraclejdk11
 
 script: