Testing .drone.yml
the build failed Details

This commit is contained in:
an 2018-02-20 22:58:18 +00:00
parent 55e2e9a1b3
commit e25800e633
1 changed files with 1 additions and 0 deletions

View File

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