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