Skip to content

Commit 8aac1cb

Browse files
committed
Merge pull request #372 from mrunalp/fix_build
Fix the build by getting rid of go get for vet
2 parents 91c67c7 + c506ce6 commit 8aac1cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ language: go
22
go:
33
- 1.6
44
- 1.5.3
5-
- 1.4.3
6-
- 1.3.3
75

86
sudo: false
97

108
before_install:
11-
- go get golang.org/x/tools/cmd/vet
129
- go version | (grep -q 'go1.[56]' || exit 0 && go get -u github.com/golang/lint/golint )
1310
- go get github.com/vbatts/git-validation
1411

0 commit comments

Comments
 (0)