Skip to content

Commit d4c21f3

Browse files
authored
Increase size of Travis maven builds... (GoogleCloudPlatform#514)
1 parent fcb5101 commit d4c21f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ before_install:
4343
&& set +x && source secrets.env && set -x
4444
|| true
4545
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
46+
- export MAVEN_OPTS='-Xmx768m -XX:MaxPermSize=256m'
4647
# Skip the install step, since Maven will download the dependencies we need
4748
# when the test build runs.
4849
# http://stackoverflow.com/q/31945809/101923

0 commit comments

Comments
 (0)