Fix tests in drone #13

Merged
konrad merged 1 commits from fix-drone-tests into master 2018-11-02 14:37:11 +00:00
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: