diff options
author | David Gageot <david@gageot.net> | 2015-06-29 13:05:13 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-29 13:05:13 +0200 |
commit | 1804d6bfd955617d8dd9422accfa9892b2f0e16b (patch) | |
tree | c2fa9c4981f8366e25969b94dfb4be82bce083eb /travis.sh | |
parent | c4f92d8000bdb6ab092cc116fe8aa63ea8815d05 (diff) | |
download | sonarqube-1804d6bfd955617d8dd9422accfa9892b2f0e16b.tar.gz sonarqube-1804d6bfd955617d8dd9422accfa9892b2f0e16b.zip |
Build first
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 3fa557f3740..1e3f03d2204 100755 --- a/travis.sh +++ b/travis.sh @@ -49,11 +49,13 @@ PRANALYSIS) ;; ITS) + mvn verify -B -e -V -DskipTests + cd it/it-plugins mvn install cd - - mvn clean verify -Pit -DskipTests -pl :it-tests -am -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties -Dsonar.runtimeVersion=DEV + mvn verify -Pit -DskipTests -pl :it-tests -am -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties -Dsonar.runtimeVersion=DEV ;; *) |