diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-28 10:46:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-28 10:46:59 +0200 |
commit | 139eeb10e5e8f90dbfc8a756c94adc8ec14452da (patch) | |
tree | 4e1a1d8a2e0d566ba884c52a80e3d21447f22696 /.travis.yml | |
parent | 58b2d6ae46ba1d7a25507cb4866be855b07e9366 (diff) | |
download | sonarqube-139eeb10e5e8f90dbfc8a756c94adc8ec14452da.tar.gz sonarqube-139eeb10e5e8f90dbfc8a756c94adc8ec14452da.zip |
Add mvn -V to travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5e2492d661a..8df78c267b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - oraclejdk8 script: - - mvn clean verify -B -e + - mvn clean verify -B -e -V install: true |