parent
4e0b7b2d6f
commit
16551ffc50
|
@ -1,13 +1,16 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- 1.8
|
||||
- master
|
||||
|
||||
install:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
- wget https://github.com/golang/dep/releases/download/v0.3.0/dep-linux-amd64.zip
|
||||
- unzip dep-linux-amd64.zip
|
||||
- chmod +x dep
|
||||
- ./dep ensure
|
||||
- go get -u github.com/alecthomas/gometalinter
|
||||
- gometalinter -u -i -f
|
||||
|
||||
|
|
Loading…
Reference in New Issue