Testing .drone.yml
Some checks failed
the build failed

This commit is contained in:
an 2018-02-20 22:58:18 +00:00
parent 55e2e9a1b3
commit e25800e633

View file

@ -2,6 +2,7 @@ build:
image: golang:1.6
environment:
- FOO=1
- BAR=0
commands:
- go get -a -v
- make test