Compare commits

..

No commits in common. "3091c022fa5990ed2eedca1cb91f3946870baad5" and "e09e514accc1284c38ed6dc8055b6b0cdc78930d" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

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