Skip to content

Commit

Permalink
Merge pull request #730 from lat-lon/increaseHeapSizeSurefirePlugin-3584
Browse files Browse the repository at this point in the history
Travis CI Workaround: Increased Heap Size in surefire plugin
  • Loading branch information
copierrj authored Aug 9, 2016
2 parents b9ebff2 + 30a1d68 commit 066fd9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<!-- Travis build workaround -->
<argLine>-Xms1024m -Xmx2048m</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 066fd9e

Please sign in to comment.