We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb5101 commit d4c21f3Copy full SHA for d4c21f3
.travis.yml
@@ -43,6 +43,7 @@ before_install:
43
&& set +x && source secrets.env && set -x
44
|| true
45
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
46
+- export MAVEN_OPTS='-Xmx768m -XX:MaxPermSize=256m'
47
# Skip the install step, since Maven will download the dependencies we need
48
# when the test build runs.
49
# http://stackoverflow.com/q/31945809/101923
0 commit comments