From a12d9b25ccbd6241b4a692226a878727a6cdabe0 Mon Sep 17 00:00:00 2001 From: Les Vogel Date: Tue, 14 Feb 2017 11:54:20 -0800 Subject: [PATCH] Increase size of Travis maven builds... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6fb38ee5c51..d7e8a408d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ before_install: && set +x && source secrets.env && set -x || true - export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests +- export MAVEN_OPTS='-Xmx768m -XX:MaxPermSize=256m' # Skip the install step, since Maven will download the dependencies we need # when the test build runs. # http://stackoverflow.com/q/31945809/101923