diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-16 17:55:26 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-18 12:33:53 +0100 |
commit | 8012cb4145a6d3014bb09a00aea1845a87b5cc8a (patch) | |
tree | 04db2e4e978af4bbfa07bb5f7ee5586511ef9682 /travis.sh | |
parent | 9e831b5a926bb2d6c43028193949fd404e555330 (diff) | |
download | sonarqube-8012cb4145a6d3014bb09a00aea1845a87b5cc8a.tar.gz sonarqube-8012cb4145a6d3014bb09a00aea1845a87b5cc8a.zip |
Exclude some QA tests from build environment
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index ebd8703a4be..3e5e52d618a 100755 --- a/travis.sh +++ b/travis.sh @@ -67,7 +67,7 @@ WEB) IT) start_xvfb mvn install -DskipTests=true -Dsource.skip=true -Denforcer.skip=true -B -e -V - ./run-integration-tests.sh "$IT_CATEGORY" "" -Dmaven.test.redirectTestOutputToFile=false + ./run-integration-tests.sh "$IT_CATEGORY" "" -Dmaven.test.redirectTestOutputToFile=false -Dexclude-qa-tests=true ;; *) |