Testing '.drone.yml'
Some checks failed
the build failed

This commit is contained in:
an 2018-02-22 16:48:04 +00:00
parent a6dc5ba86d
commit b4e828694e

View file

@ -2,8 +2,7 @@ pipeline:
build:
image: golang:1.6
environment:
- FOO=6
- FOO=1
commands:
- go get -d ./...
- go test
- go build