tell travis to run the tests

This commit is contained in:
2017-01-24 17:01:50 -05:00
parent acd9347930
commit cd52da6155
8 changed files with 1324 additions and 4 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# These targets are not files
.PHONY: tests
tests:
./bin/test
test: test-cedar-14
test-cedar-14:
@echo "Running tests in docker (cedar-14)..."
@docker run -v $(shell pwd):/buildpack:ro --rm -it -e "STACK=cedar-14" heroku/cedar:14 bash -c 'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
@echo ""
tools:
git clone https://github.com/kennethreitz/pip-pop.git