Fix missing drone test on release/* (#3126)

* fix missing drone test on release/*

* remove test coverage on release/*
This commit is contained in:
Lunny Xiao 2017-12-09 18:17:40 +08:00 committed by Lauris BH
parent 5b30964e54
commit b8e45b1e19
1 changed files with 13 additions and 0 deletions

View File

@ -86,6 +86,19 @@ pipeline:
event: [ push, pull_request ]
branch: [ master ]
test:
image: webhippie/golang:edge
pull: true
group: test
environment:
TAGS: bindata sqlite
GOPATH: /srv/app
commands:
- make test
when:
event: [ push, pull_request ]
branch: [ release/* ]
test:
image: webhippie/golang:edge
pull: true