You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2018/11/01 23:12:16 UTC

svn commit: r1845522 - /commons/proper/vfs/trunk/.travis.yml

Author: ecki
Date: Thu Nov  1 23:12:16 2018
New Revision: 1845522

URL: http://svn.apache.org/viewvc?rev=1845522&view=rev
Log:
Travis: check more variations

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

Modified: commons/proper/vfs/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/.travis.yml?rev=1845522&r1=1845521&r2=1845522&view=diff
==============================================================================
--- commons/proper/vfs/trunk/.travis.yml (original)
+++ commons/proper/vfs/trunk/.travis.yml Thu Nov  1 23:12:16 2018
@@ -19,6 +19,7 @@ sudo: false
 jdk:
   - openjdk7
   - oraclejdk8
+  - openjdk8
 
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+  - mvn -B -e clean cobertura:cobertura coveralls:report