]> source.dussan.org Git - sonarqube.git/commitdiff
Add mvn -V to travis build
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 28 Apr 2015 08:46:59 +0000 (10:46 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 28 Apr 2015 08:46:59 +0000 (10:46 +0200)
.travis.yml

index 5e2492d661a896c2938384bf217445af95577620..8df78c267b2589498354ffd651998821ce74bbcc 100644 (file)
@@ -4,7 +4,7 @@ jdk:
   - oraclejdk8
 
 script:
-  - mvn clean verify -B -e
+  - mvn clean verify -B -e -V
 
 install: true