We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f466b49 commit 0e43eaaCopy full SHA for 0e43eaa
.travis.yml
@@ -44,6 +44,8 @@ before_install:
44
|| true
45
# Cross project - GOOGLE_APPLICATION_CREDENTIALS uses cloud-docs-tests, but BQ uses G_C_P (argh!)
46
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
47
+# Give Maven a bit more memory
48
+- export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx2g'
49
# Skip the install step, since Maven will download the dependencies we need
50
# when the test build runs.
51
# http://stackoverflow.com/q/31945809/101923
0 commit comments