Updated Drone CI configuration

This commit is contained in:
Gregory Ballantine 2019-07-22 15:50:16 -04:00
parent d213548352
commit 08e7cb88ce

View File

@ -5,6 +5,7 @@ steps:
- name: build - name: build
image: golang:1.12 image: golang:1.12
commands: commands:
- export GOPATH=/drone
- go get github.com/golang/dep/cmd/dep - go get github.com/golang/dep/cmd/dep
- dep ensure - dep ensure
- go build - go build