Merge pull request #372 from mrunalp/fix_build

Fix the build by getting rid of go get for vet
This commit is contained in:
Alexander Morozov 2016-04-07 14:06:27 -07:00
commit 8aac1cb4a0
1 changed files with 0 additions and 3 deletions

View File

@ -2,13 +2,10 @@ language: go
go:
- 1.6
- 1.5.3
- 1.4.3
- 1.3.3
sudo: false
before_install:
- go get golang.org/x/tools/cmd/vet
- go version | (grep -q 'go1.[56]' || exit 0 && go get -u github.com/golang/lint/golint )
- go get github.com/vbatts/git-validation