Commit f935611d authored by Ed Morley's avatar Ed Morley Committed by Jeremy Morrell

Test Heroku-16 and Cedar-14 in parallel on Travis

This reduces the wall-clock time from 16 minutes to 9 minutes.
parent dc9b68f8
......@@ -2,5 +2,8 @@ language: bash
sudo: required
services:
- docker
install: docker pull heroku/cedar:14
script: make test
env:
- STACK=heroku-16
- STACK=cedar-14
install: docker pull "heroku/${STACK/-/:}"
script: make test-${STACK}
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