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 2018/02/04 12:47:56 UTC

svn commit: r1823091 - /commons/proper/validator/trunk/.travis.yml

Author: pascalschumacher
Date: Sun Feb  4 12:47:56 2018
New Revision: 1823091

URL: http://svn.apache.org/viewvc?rev=1823091&view=rev
Log:
remove jdk6 travis build because it does not work with commons-parent 43


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

Modified: commons/proper/validator/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/.travis.yml?rev=1823091&r1=1823090&r2=1823091&view=diff
==============================================================================
--- commons/proper/validator/trunk/.travis.yml (original)
+++ commons/proper/validator/trunk/.travis.yml Sun Feb  4 12:47:56 2018
@@ -16,10 +16,7 @@
 language: java
 sudo: false
 
-dist: precise
-
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8