Edit .drone.yml

This commit is contained in:
an 2017-12-06 19:42:56 +01:00
parent 577f3e20a3
commit 805c6ff613
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ pipeline:
build:
image: golang
commands:
- go get -d code.dnix.de/an/flokatilib/...
- go get -d ./...
- go build
- go test
- go build