From 827c1b76151abeb2a77a4c483d90a19ebe5dee3b Mon Sep 17 00:00:00 2001 From: David Gageot Date: Mon, 29 Jun 2015 14:03:46 +0200 Subject: [PATCH] Fix build script --- travis.sh | 8 +------- 1 file changed, 1 insertion(+), 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 ;; *) -- 2.39.5