Do not allow master to ever fail
This commit is contained in:
@@ -2,8 +2,5 @@ sudo: required
|
|||||||
language: bash
|
language: bash
|
||||||
env:
|
env:
|
||||||
- DOKKU_VERSION=master
|
- DOKKU_VERSION=master
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- env: DOKKU_VERSION=master
|
|
||||||
before_install: make setup
|
before_install: make setup
|
||||||
script: make test
|
script: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user