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: environment:
- FOO=6 - FOO=6
commands: commands:
- go get -a -v - go get -d ./...
- go test - go test
- go build - go build