Testing .drone.yml
Some checks failed
the build failed

This commit is contained in:
an 2018-02-20 22:59:52 +00:00
parent e25800e633
commit 4672a5bc0d

View file

@ -1,9 +1,10 @@
build:
image: golang:1.6
environment:
- FOO=1
- BAR=0
commands:
- go get -a -v
- make test
- make build
pipeline:
build:
image: golang:1.6
environment:
- FOO=1
- BAR=0
commands:
- go get -a -v
- make test
- make build