Edit .drone.yml

This commit is contained in:
an 2017-12-06 19:41:13 +01:00
parent 782dbe803f
commit 577f3e20a3
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ pipeline:
build: build:
image: golang image: golang
commands: commands:
- go get - go get -d ./...
- go build - go build
- go test - go test