forked from hone/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/heroku/heroku-buildpack-ruby
into upstream_update * 'master' of https://github.com/heroku/heroku-buildpack-ruby: (51 commits) bump to v134 v134 changelog Use more generic flag for sensible default detect Enable Rails 5 to work on Heroku changelog for heroku/heroku-buildpack-ruby#347 Allow opting in to default WEB_CONCURRENCY pass user env to bundle clean, since it should run in the same env as bundle install use same bundler bin for every bundler command control all of our test repos don't vendor in JVM on cedar-14 as it's now available on the stack. changelog for 133 bump to v133 bundler 1.7 Fail fast if ENV["STACK"] is missing bump to v132 update changelog [ci skip] special case for patchlevel rubies. fixes jruby 9.0.0.0.pre1 Set PX ram limits to correct value: https://devcenter.heroku.com/articles/dyno-size#available-dyno-sizes wait on autoscaling Scale back JRuby heap size on PX dynos to give room for native memory allocation ...
- Loading branch information
Showing
33 changed files
with
496 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,14 @@ | ||
--- | ||
language: ruby | ||
rvm: | ||
- 2.0.0 | ||
|
||
before_script: bundle exec rake hatchet:setup_travis | ||
|
||
# Run tests in parallel | ||
script: bundle exec parallel_rspec -n 11 spec/ | ||
|
||
after_script: | ||
- heroku keys:remove $USER@`hostname` | ||
|
||
- heroku keys:remove $USER@`hostname` | ||
env: | ||
global: | ||
- HATCHET_RETRIES=3 | ||
- IS_RUNNING_ON_TRAVIS=true | ||
- HATCHET_DEPLOY_STRATEGY=git | ||
- HATCHET_APP_LIMIT=80 | ||
# sets the HEROKU_API_KEY to a dummy user for Heroku deploys | ||
- secure: QvDqQQV/Gtk1Og5s8879i+mYLdK6WtVkZMKlCWvJrztYwcRMOGsVVbXjq5EkEJCfxs4GWv7KqXfPPPLDS5Wumzkt4zXVh3ZS+rzQZ2IYC0XbKZYt2e14ZpSTgDUY20J0Ex/GG5dTulJaG9FBe452UDiqYrianE4p8h8w18JBfCs= | ||
- secure: bM8uWN5b9hZzzHk73EN9xHCK65vuopcbwQILcuMt0A1mHB8tSH1xyMYddNrbGdfznLAVXf8UjvKvv6rvvG4O+j3GRuIWVNukoAvZxG0FC9QxYuKbDccEPPdtqGwVEfWEKQYLajsIpF8/ACyALGV+Oe/Z28WRk6Ba3FLptfulc6s= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.