We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e3a7f commit 2f32c54Copy full SHA for 2f32c54
spec/spec_helper.rb
@@ -1,4 +1,4 @@
1
-ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/heroku/heroku-buildpack-python.git'
+ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/' + ENV['TRAVIS_REPO_SLUG'] + '.git'
2
3
require 'rspec/core'
4
require 'rspec/retry'
0 commit comments