diff options
author | David Gageot <david@gageot.net> | 2015-09-11 10:01:09 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-09-11 10:01:22 +0200 |
commit | 9d28924a700a2972955017c4155fb24443d1fad1 (patch) | |
tree | 218c9cfb0bf3c1e0292be851f797309cc990d64e /travis.sh | |
parent | c1c0835da24ef3abefda174c6c4b12ba804f5614 (diff) | |
download | sonarqube-9d28924a700a2972955017c4155fb24443d1fad1.tar.gz sonarqube-9d28924a700a2972955017c4155fb24443d1fad1.zip |
Use a single thread because NetworkUtils.freePort()
is not thread safe
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 9c89d6faefd..cec555d218f 100755 --- a/travis.sh +++ b/travis.sh @@ -70,7 +70,7 @@ ITS) CATEGORY1=${CATEGORIES[0]:-'NONE'} CATEGORY2=${CATEGORIES[1]:-'NONE'} - mvn install -Pit,dev -DskipTests -Dcategory1="$CATEGORY1" -Dcategory2="$CATEGORY2" -Dmaven.test.redirectTestOutputToFile=false -e -T2 -Dsource.skip=true + mvn install -Pit,dev -DskipTests -Dcategory1="$CATEGORY1" -Dcategory2="$CATEGORY2" -Dmaven.test.redirectTestOutputToFile=false -e -Dsource.skip=true fi ;; |