Skip to content

Commit 6202674

Browse files
Enable Maven batch mode: (#1000)
It disables the colour output and, hopefully, disables downloading progress output. Fixes the issue on Travis when the Travis log size is exceeded when the build cache is cleared and Maven needs to download all the dependencies.
1 parent 40b5e54 commit 6202674

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis/run_travis_job.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ else
4141
PARALLEL_TESTS_ENABLED="false"
4242
fi
4343
echo "--threads 1C -Djunit.jupiter.execution.parallel.enabled=${PARALLEL_TESTS_ENABLED} \
44-
-Djunit.jupiter.execution.parallel.mode.default=concurrent" > \
44+
-Djunit.jupiter.execution.parallel.mode.default=concurrent \
45+
--batch-mode" > \
4546
.mvn/maven.config
4647

4748
# Run all tests

0 commit comments

Comments
 (0)