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:29:42 UTC

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

Repository: commons-dbutils
Updated Branches:
  refs/heads/master 276d23ca0 -> 30774f171


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


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

Branch: refs/heads/master
Commit: 30774f17144b07271c92f16ce84ae231148a95db
Parents: 276d23c
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Feb 4 13:29:35 2018 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Feb 4 13:29:35 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/30774f17/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 41a3c86..fc2a03a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,7 @@
 language: java
 sudo: false
 
-dist: precise
-
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8