summaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2016-08-17 17:39:54 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2016-08-17 17:39:54 +0200
commit946fcc33f47492826fbf1138869a5ecdacaa36c1 (patch)
treefa69394204443570d43fe7ea2cd320de24e9d898 /travis.sh
parent1f6be4e35ec828247c72ae3a7fafde4d80299e1b (diff)
downloadsonarqube-946fcc33f47492826fbf1138869a5ecdacaa36c1.tar.gz
sonarqube-946fcc33f47492826fbf1138869a5ecdacaa36c1.zip
Enable Surefire XML reports for Surefire sensor
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 c79a76e1b3b..cf085da8f5a 100755
--- a/travis.sh
+++ b/travis.sh
@@ -28,7 +28,7 @@ case "$TARGET" in
CI)
export MAVEN_OPTS="-Xmx1G -Xms128m"
- MAVEN_OPTIONS="-Dmaven.test.redirectTestOutputToFile=false -Dsurefire.useFile=false -DdisableXmlReport=true -B -e -V"
+ MAVEN_OPTIONS="-Dmaven.test.redirectTestOutputToFile=false -Dsurefire.useFile=false -B -e -V"
INITIAL_VERSION=`maven_expression "project.version"`
if [[ $INITIAL_VERSION =~ "-SNAPSHOT" ]]; then