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 <[email protected]> Authored: Sun Feb 4 13:29:35 2018 +0100 Committer: pascalschumacher <[email protected]> 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
