Commit 2f32c541 authored by Duane Hutchins's avatar Duane Hutchins Committed by Casey Faist

Updated HATCHET_BUILDPACK_BASE to use TRAVIS_REPO_SLUG

parent 12e3a7f3
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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment