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

svn commit: r1823084 - /commons/proper/beanutils/trunk/.travis.yml

Author: pascalschumacher
Date: Sun Feb  4 10:34:10 2018
New Revision: 1823084

URL: http://svn.apache.org/viewvc?rev=1823084&view=rev
Log:
[BEANUTILS-504] Update from Java 6 to 7

.travis.yml: remove jdk 6 build

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=1823084&r1=1823083&r2=1823084&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/.travis.yml (original)
+++ commons/proper/beanutils/trunk/.travis.yml Sun Feb  4 10:34:10 2018
@@ -19,7 +19,6 @@ sudo: false
 dist: precise
 
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8