Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
travis workaround test
Browse files Browse the repository at this point in the history
  • Loading branch information
omgapuppy committed Jun 24, 2016
1 parent ddd6433 commit 353a87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,6 @@ jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
before_install:
# override default MAVEN_OPTS
- echo "MAVEN_OPTS='-Xms1g -Xmx2g -XX:MaxPermSize=512m'" > ~/.mavenrc
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -78,7 +78,7 @@
<version>2.19.1</version>
<configuration>
<!-- Travis build workaround -->
<argLine>-Xms1024m -Xmx2048m</argLine>
<argLine>${surefire.jvm.params}</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 353a87e

Please sign in to comment.