aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtravis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index dc328ed8c51..e228d478a85 100755
--- a/travis.sh
+++ b/travis.sh
@@ -49,6 +49,8 @@ PRANALYSIS)
;;
ITS)
+ unset GEM_PATH GEM_HOME RAILS_ENV
+
mvn install -Pit -DskipTests -Dsonar.runtimeVersion=DEV -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties -Dmaven.test.redirectTestOutputToFile=false
;;