Testing .drone.yml

This commit is contained in:
an 2018-02-20 22:49:51 +00:00
parent b23d69935b
commit 55e2e9a1b3

View file

@ -1 +1,8 @@
... build:
image: golang:1.6
environment:
- FOO=1
commands:
- go get -a -v
- make test
- make build