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 2018/02/04 12:38:21 UTC

commons-fileupload git commit: remove jdk6 travis build because it does not work with commons-parent 43

Repository: commons-fileupload
Updated Branches:
  refs/heads/master 68da17586 -> 0a00b74df


remove jdk6 travis build because it does not work with commons-parent 43


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

Branch: refs/heads/master
Commit: 0a00b74df3a3f498789b61268d1dac5d2402f496
Parents: 68da175
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sun Feb 4 13:38:15 2018 +0100
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sun Feb 4 13:38:15 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/0a00b74d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index daa0161..c1335bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,7 @@
 language: java
 sudo: false
 
-dist: precise
-
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8