You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/01/09 16:11:10 UTC

commons-release-plugin git commit: Remove java9 from travis for now

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 3ff3a7cb2 -> f6c855730


Remove java9 from travis for now


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

Branch: refs/heads/master
Commit: f6c85573089c9ff3edce92335df4dba9f58f0846
Parents: 3ff3a7c
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Jan 9 11:11:03 2018 -0500
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Jan 9 11:11:03 2018 -0500

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/f6c85573/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 1281fa6..8db0db2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,6 @@ sudo: false
 jdk:
   - openjdk7
   - oraclejdk8
-  - oraclejdk9
 
 script:
   - mvn