Testing .drone.yml

This commit is contained in:
an 2018-02-20 22:49:51 +00:00
parent b23d69935b
commit 55e2e9a1b3
1 changed files with 8 additions and 1 deletions

View File

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