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/22 08:05:49 UTC

svn commit: r1812885 - /commons/proper/codec/trunk/.travis.yml

Author: pascalschumacher
Date: Sun Oct 22 08:05:48 2017
New Revision: 1812885

URL: http://svn.apache.org/viewvc?rev=1812885&view=rev
Log:
travis: also build on java 9

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

Modified: commons/proper/codec/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/.travis.yml?rev=1812885&r1=1812884&r2=1812885&view=diff
==============================================================================
--- commons/proper/codec/trunk/.travis.yml (original)
+++ commons/proper/codec/trunk/.travis.yml Sun Oct 22 08:05:48 2017
@@ -19,6 +19,7 @@ sudo: false
 jdk:
   - openjdk7
   - oraclejdk8
+  - oraclejdk9
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report