aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-06-22 09:34:18 -0400
committerRoman Ivanov <romani@users.noreply.github.com>2017-06-22 07:14:28 -0700
commit47026a6de8793bc4a0f52b66706b5ca1e84ac58f (patch)
tree461a4c215e184ef42fd39100d449dffdf55f61bc /pom.xml
parent44fcfb06f2164aecd380cb22bac142b72ac5e2cd (diff)
downloadcheckstyle-47026a6de8793bc4a0f52b66706b5ca1e84ac58f.tar.gz
config: added heap size to surefire to fix travis failures
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e2fc8f72c..591b6b499 100644
--- a/pom.xml
+++ b/pom.xml
@@ -829,6 +829,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
+ <!-- Travis build workaround -->
+ <argLine>-Xms1024m -Xmx2048m</argLine>
+
<systemPropertyVariables>
<jacoco-agent.destfile>${project.build.directory}/jacoco/jacoco.exec</jacoco-agent.destfile>
</systemPropertyVariables>