Unverified Commit dafd3cd1 authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Add heroku-18 to tests (#544)

Add heroku-18 to tests
parent 31cfb02d
......@@ -3,6 +3,7 @@ sudo: required
services:
- docker
env:
- STACK=heroku-18
- STACK=heroku-16
- STACK=cedar-14
install: docker pull "heroku/${STACK/-/:}"
......
test: test-heroku-16 test-cedar-14
test: test-heroku-18 test-heroku-16 test-cedar-14
test-heroku-18:
@echo "Running tests in docker (heroku-18)..."
@docker run -v $(shell pwd):/buildpack:ro --rm -it -e "STACK=heroku-18" heroku/heroku:18 bash -c 'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
@echo ""
test-heroku-16:
@echo "Running tests in docker (heroku-16)..."
......
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