Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase size of Travis maven builds... #514

Merged
merged 1 commit into from
Feb 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Increase size of Travis maven builds...
  • Loading branch information
lesv authored Feb 14, 2017
commit a12d9b25ccbd6241b4a692226a878727a6cdabe0
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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