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 2018/08/17 15:32:20 UTC

[09/19] commons-pool git commit: Add openjdk8 to Travis build.

Add openjdk8 to Travis build.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/21831143
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/21831143
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/21831143

Branch: refs/heads/release
Commit: 21831143b35abb156615ac673a95d99d0b7ac601
Parents: 22eccb6
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 21 10:36:32 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 21 10:36:32 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/21831143/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4347192..0b502a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ sudo: false
 
 jdk:
   - openjdk7
+  - openjdk8
   - oraclejdk8
   - oraclejdk9