aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index e7b31f32762..e670bc14f95 100755
--- a/travis.sh
+++ b/travis.sh
@@ -66,7 +66,8 @@ WEB)
IT)
start_xvfb
- mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -B -V -e -Dsource.skip=true
+ ./quick-build.sh
+ ./run-integration-tests.sh "$IT_CATEGORY" ""
;;
*)