Fix tests in drone (#13)

This commit is contained in:
konrad 2018-11-02 14:37:11 +00:00 committed by Gitea
parent e906184bf7
commit 14207a0fa8
1 changed files with 1 additions and 3 deletions

View File

@ -26,10 +26,8 @@ pipeline:
event: [ push, tag, pull_request ]
test:
image: webhippie/golang:edge
image: vikunja/golang-build:latest
pull: true
environment:
GOPATH: /srv/app
commands:
- make test
when: