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 2017/10/08 10:00:13 UTC

commons-pool git commit: fix java 6 build on travis by using precise distribution

Repository: commons-pool
Updated Branches:
  refs/heads/master 2730f498a -> 5c4579b62


fix java 6 build on travis by using precise distribution


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/5c4579b6
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/5c4579b6
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/5c4579b6

Branch: refs/heads/master
Commit: 5c4579b623bc08b5719dc3ad8a830172061912d0
Parents: 2730f49
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Oct 8 12:00:01 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Oct 8 12:00:01 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/5c4579b6/.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