From 1804d6bfd955617d8dd9422accfa9892b2f0e16b Mon Sep 17 00:00:00 2001 From: David Gageot Date: Mon, 29 Jun 2015 13:05:13 +0200 Subject: [PATCH] Build first --- travis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;; *) -- 2.39.5