diff options
author | David Gageot <david@gageot.net> | 2015-06-29 16:13:47 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-29 16:13:47 +0200 |
commit | 8ee636d2d54f9aeca294381e0b273ed80c4f8732 (patch) | |
tree | a8d25fce20279cfa569c973334a3c61ca1d24616 /travis.sh | |
parent | 166a20df2d03ad0ad409e54a27b32a983c12d25b (diff) | |
download | sonarqube-8ee636d2d54f9aeca294381e0b273ed80c4f8732.tar.gz sonarqube-8ee636d2d54f9aeca294381e0b273ed80c4f8732.zip |
Get rid of Ruby default configuration
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
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 ;; |