Skip to content

Commit

Permalink
Give Maven a bit more memory (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv committed Feb 17, 2017
1 parent f466b49 commit 0e43eaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ before_install:
|| true
# Cross project - GOOGLE_APPLICATION_CREDENTIALS uses cloud-docs-tests, but BQ uses G_C_P (argh!)
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
# Give Maven a bit more memory
- export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx2g'
# Skip the install step, since Maven will download the dependencies we need
# when the test build runs.
# http://stackoverflow.com/q/31945809/101923
Expand Down

0 comments on commit 0e43eaa

Please sign in to comment.