Skip to content

Commit 8f67e73

Browse files
committed
Merge pull request #12 from vbatts/travis_vet
travis: no need to get go vet
2 parents be3aee9 + 00bb98c commit 8f67e73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ go:
66
sudo: false
77

88
before_install:
9-
- go get golang.org/x/tools/cmd/vet
109
- go get -u github.com/golang/lint/golint
1110
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/git-validation && go get ./...
1211

0 commit comments

Comments
 (0)