You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2019/02/09 18:03:04 UTC

[httpcomponents-core] branch master updated: Add Oracle Java 11 to Travis build.

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/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new eaae9db  Add Oracle Java 11 to Travis build.
eaae9db is described below

commit eaae9db6669d6fcfe94c704ff7303a58e68fbeef
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 9 13:03:03 2019 -0500

    Add Oracle Java 11 to Travis build.
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cb0e410..c2807b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,9 +18,10 @@ sudo: false
 
 jdk:
   - openjdk7
-  - oraclejdk8
   - openjdk10
   - openjdk11
+  - oraclejdk8
+  - oraclejdk11
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report