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