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

This commit is contained in:
an 2018-02-22 16:43:08 +00:00
parent 21e48598f2
commit a6dc5ba86d

View file

@ -4,6 +4,6 @@ pipeline:
environment:
- FOO=6
commands:
- go get -a -v
- go get -d ./...
- go test
- go build