Commit ba9b0ec9 authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Update stack documentation (#473)

Fixes https://github.com/heroku/heroku-buildpack-nodejs/issues/470
parent cf806e3a
...@@ -68,7 +68,7 @@ heroku buildpacks:set <your-github-url>#your-branch ...@@ -68,7 +68,7 @@ heroku buildpacks:set <your-github-url>#your-branch
## Tests ## Tests
The buildpack tests use [Docker](https://www.docker.com/) to simulate The buildpack tests use [Docker](https://www.docker.com/) to simulate
Heroku's Cedar and Cedar-14 containers. Heroku's Cedar-14 and Heroku-16 containers.
To run the test suite: To run the test suite:
...@@ -79,8 +79,8 @@ make test ...@@ -79,8 +79,8 @@ make test
Or to just test in cedar or cedar-14: Or to just test in cedar or cedar-14:
``` ```
make test-cedar-10
make test-cedar-14 make test-cedar-14
make test-heroku-16
``` ```
The tests are run via the vendored The tests are run via the vendored
......
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