pipeline:
build:
image: golang:1.6
environment:
- FOO=3
commands:
- go get -a -v
- go test
- go build