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

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

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

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


Reply via email to