You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/07/28 15:31:06 UTC

commons-cli git commit: .travis.yml: add openjdk6

Repository: commons-cli
Updated Branches:
  refs/heads/master e420dd2be -> ccc2b43de


.travis.yml: add openjdk6


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

Branch: refs/heads/master
Commit: ccc2b43def743e89150de364297cc56ac016a7aa
Parents: e420dd2
Author: pascalschumacher <pa...@gmx.net>
Authored: Fri Jul 28 17:30:58 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Fri Jul 28 17:30:58 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/ccc2b43d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5c5a47d..9f73b73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ language: java
 sudo: false
 
 jdk:
+  - openjdk6
   - openjdk7
   - oraclejdk8