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/09/27 21:08:51 UTC

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

Repository: commons-fileupload
Updated Branches:
  refs/heads/master 248fff186 -> 85104ae61


fix java 6 build on travis by using precise distribution


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

Branch: refs/heads/master
Commit: 85104ae61e58ea3493b7984c0bca2139171aa3ef
Parents: 248fff1
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Wed Sep 27 23:08:44 2017 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Wed Sep 27 23:08:44 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/85104ae6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7733fe4..daa0161 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,8 @@
 language: java
 sudo: false
 
+dist: precise
+
 jdk:
   - openjdk6
   - openjdk7