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:07:10 UTC

svn commit: r1811464 - /commons/proper/email/trunk/.travis.yml

Author: pascalschumacher
Date: Sun Oct  8 10:07:10 2017
New Revision: 1811464

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

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

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