aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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