You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2018/12/08 20:46:01 UTC

httpcomponents-core git commit: Added openjdk11 to Travis-CI build matrix

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 769fba99e -> ee290a222


Added openjdk11 to Travis-CI build matrix


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/ee290a22
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/ee290a22
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/ee290a22

Branch: refs/heads/4.4.x
Commit: ee290a222e511fbf8fe88c44d592e681098af39f
Parents: 769fba9
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sat Dec 8 21:23:24 2018 +0100
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sat Dec 8 21:23:24 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/ee290a22/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b8c2f79..cb0e410 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ jdk:
   - openjdk7
   - oraclejdk8
   - openjdk10
+  - openjdk11
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report