Author: pascalschumacher
Date: Sun Oct  8 10:10:03 2017
New Revision: 1811466

URL: http://svn.apache.org/viewvc?rev=1811466&view=rev
Log:
fix java 6 build on travis by using precise distribution

Modified:
    commons/proper/exec/trunk/.travis.yml

Modified: commons/proper/exec/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/.travis.yml?rev=1811466&r1=1811465&r2=1811466&view=diff
==============================================================================
--- commons/proper/exec/trunk/.travis.yml (original)
+++ commons/proper/exec/trunk/.travis.yml Sun Oct  8 10:10:03 2017
@@ -16,6 +16,8 @@
 language: java
 sudo: true
 
+dist: precise
+
 jdk:
   - openjdk6
   - openjdk7


Reply via email to