aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
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
;;