aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-06-29 14:03:46 +0200
committerDavid Gageot <david@gageot.net>2015-06-29 14:03:46 +0200
commit827c1b76151abeb2a77a4c483d90a19ebe5dee3b (patch)
tree44e2944886dbf88858e289aec90df3f1156b7d6a /travis.sh
parent1804d6bfd955617d8dd9422accfa9892b2f0e16b (diff)
downloadsonarqube-827c1b76151abeb2a77a4c483d90a19ebe5dee3b.tar.gz
sonarqube-827c1b76151abeb2a77a4c483d90a19ebe5dee3b.zip
Fix build script
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh8
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
;;
*)