Add test support for older versions of dokku
0.7.x added extra deploy options which will need to be parsed out.
This commit is contained in:
committed by
GitHub
parent
cb5d451bbc
commit
71b9a703f6
@@ -2,7 +2,8 @@ sudo: required
|
||||
dist: trusty
|
||||
language: bash
|
||||
env:
|
||||
- DOKKU_VERSION=master
|
||||
- DOKKU_VERSION=v0.6.5
|
||||
- DOKKU_VERSION=v0.5.8
|
||||
- DOKKU_VERSION=v0.4.14
|
||||
- DOKKU_VERSION=v0.4.0
|
||||
before_install: make setup
|
||||
|
||||
Reference in New Issue
Block a user