This pull request switches testing to use an actual docker daemon, vs mocking everything out. It may also catch actual breaking issues in our tests, which is great!
9 lines
148 B
YAML
9 lines
148 B
YAML
dist: trusty
|
|
language: bash
|
|
env:
|
|
- DOKKU_VERSION=master
|
|
- DOKKU_VERSION=v0.14.0
|
|
- DOKKU_VERSION=v0.12.0
|
|
install: make setup
|
|
script: make test
|