Install gometalinter in travis instead
This commit is contained in:
parent
e7d29590cd
commit
37475637cd
@ -7,6 +7,8 @@ install:
|
|||||||
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
|
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
|
||||||
- chmod +x dep
|
- chmod +x dep
|
||||||
- mv dep $GOPATH/bin/dep
|
- mv dep $GOPATH/bin/dep
|
||||||
|
- go get github.com/alecthomas/gometalinter
|
||||||
|
- gometalinter --install
|
||||||
script:
|
script:
|
||||||
- ./configure && make test
|
- ./configure && make test
|
||||||
sudo: false
|
sudo: false
|
||||||
|
Loading…
Reference in New Issue
Block a user