Commit 31a11645 authored by Hunter Loftis's avatar Hunter Loftis

if cedar-14 fails, also test cedar

parent 7f3c98b3
#!/usr/bin/env bash
set -e
echo "Running tests in docker (cedar-14)..."
docker run -v $(pwd):/buildpack:ro -it heroku/cedar:14 bash -c 'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
echo ""
......
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