use drone's go:1.3 image until we upgrade to 0.4
This commit is contained in:
parent
95ab7a49e6
commit
03f91ee5a4
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
image: library/golang:1.4.2
|
||||
image: go1.3
|
||||
git:
|
||||
path: github.com/drone/drone
|
||||
env:
|
||||
- GOROOT=/usr/local/go
|
||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
|
||||
script:
|
||||
- export GOPATH=/var/cache/drone
|
||||
- export PATH=$PATH:$GOPATH/bin
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
|
|
Loading…
Reference in a new issue