diff options
author | David Gageot <david@gageot.net> | 2015-06-29 14:03:46 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-29 14:03:46 +0200 |
commit | 827c1b76151abeb2a77a4c483d90a19ebe5dee3b (patch) | |
tree | 44e2944886dbf88858e289aec90df3f1156b7d6a /travis.sh | |
parent | 1804d6bfd955617d8dd9422accfa9892b2f0e16b (diff) | |
download | sonarqube-827c1b76151abeb2a77a4c483d90a19ebe5dee3b.tar.gz sonarqube-827c1b76151abeb2a77a4c483d90a19ebe5dee3b.zip |
Fix build script
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/travis.sh b/travis.sh index 1e3f03d2204..262fbe7497e 100755 --- a/travis.sh +++ b/travis.sh @@ -49,13 +49,7 @@ PRANALYSIS) ;; ITS) - mvn verify -B -e -V -DskipTests - - cd it/it-plugins - mvn install - cd - - - mvn verify -Pit -DskipTests -pl :it-tests -am -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties -Dsonar.runtimeVersion=DEV + mvn install -Pit -DskipTests -Dsonar.runtimeVersion=DEV -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties ;; *) |