Author: ggregory
Date: Mon Jan 28 15:05:28 2019
New Revision: 1852378

URL: http://svn.apache.org/viewvc?rev=1852378&view=rev
Log:
Display Maven version in Travis.

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=1852378&r1=1852377&r2=1852378&view=diff
==============================================================================
--- commons/proper/vfs/trunk/.travis.yml (original)
+++ commons/proper/vfs/trunk/.travis.yml Mon Jan 28 15:05:28 2019
@@ -21,4 +21,4 @@ jdk:
   - openjdk8
 
 after_success:
-  - mvn -B -e clean cobertura:cobertura coveralls:report
+  - mvn -V -B -e clean cobertura:cobertura coveralls:report


Reply via email to