This commit is contained in:
Liam Stanley 2017-01-16 02:34:35 -05:00
parent 3d6b3d7113
commit 3ce5be8459

@ -1,6 +1,8 @@
image: go1.7
env:
- GOPATH=/var/cache/drone
script:
- make
pipeline:
build:
image: golang
commands:
- go get
- go build
- go test