Commit b5d7dfc6 authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #298 from heroku/no-cedar-10-by-default

only test cedar-14 by default
parents 830c8f62 1d84f9f5
...@@ -3,4 +3,4 @@ sudo: required ...@@ -3,4 +3,4 @@ sudo: required
services: services:
- docker - docker
install: docker pull heroku/cedar:14 install: docker pull heroku/cedar:14
script: make test-cedar-14 script: make test
test: test-cedar-14 test-cedar-10 test: test-cedar-14
test-cedar-14: test-cedar-14:
@echo "Running tests in docker (cedar-14)..." @echo "Running tests in docker (cedar-14)..."
......
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