Repository: commons-dbutils Updated Branches: refs/heads/master 5dad81322 -> ea94faec8
fix java 6 build on travis by using precise distribution Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/ea94faec Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/ea94faec Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/ea94faec Branch: refs/heads/master Commit: ea94faec8299f90f3c187b3b0f95aaf105758ceb Parents: 5dad813 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Oct 8 12:01:18 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Oct 8 12:01:18 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/ea94faec/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ded5c5b..41a3c86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ language: java sudo: false +dist: precise + jdk: - openjdk6 - openjdk7