diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-11 10:25:12 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-11 10:51:58 +0100 |
commit | 46b5b59eae490ff19c8e0edbac35031d1773899b (patch) | |
tree | 071c114f65f0baf8819702167a445da7597a63fe /travis.sh | |
parent | 2fca4ebeee81bc01db290e97de7be31f3bf60241 (diff) | |
download | sonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.tar.gz sonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.zip |
Fix IT scripts
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
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" "" ;; *) |