Install gometalinter in travis instead

This commit is contained in:
Adam Eijdenberg 2019-06-03 17:50:22 +10:00
parent e7d29590cd
commit 37475637cd
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ install:
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
- chmod +x dep
- mv dep $GOPATH/bin/dep
- go get github.com/alecthomas/gometalinter
- gometalinter --install
script:
- ./configure && make test
sudo: false