aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 17:05:25 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 17:05:25 +0100
commitc885d23b868fe6d038c2e4a557f826e878316fcb (patch)
tree546241dab844671db8e21324fc09e92a44ac7a80 /travis.sh
parent742d043eaaf6fd907e8402eaea8ac675309cb016 (diff)
downloadsonarqube-c885d23b868fe6d038c2e4a557f826e878316fcb.tar.gz
sonarqube-c885d23b868fe6d038c2e4a557f826e878316fcb.zip
Fix quick-build.sh
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 1ed83c0875f..ebd8703a4be 100755
--- a/travis.sh
+++ b/travis.sh
@@ -66,7 +66,7 @@ WEB)
IT)
start_xvfb
- ./quick-build.sh
+ mvn install -DskipTests=true -Dsource.skip=true -Denforcer.skip=true -B -e -V
./run-integration-tests.sh "$IT_CATEGORY" "" -Dmaven.test.redirectTestOutputToFile=false
;;