aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
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
;;
*)