Updated HATCHET_BUILDPACK_BASE to use TRAVIS_REPO_SLUG

This commit is contained in:
Duane Hutchins
2018-10-08 17:01:55 -04:00
committed by Casey Faist
parent 12e3a7f3e7
commit 2f32c5418d
+1 -1
View File
@@ -1,4 +1,4 @@
ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/heroku/heroku-buildpack-python.git'
ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/' + ENV['TRAVIS_REPO_SLUG'] + '.git'
require 'rspec/core'
require 'rspec/retry'