Fix golint import path

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
golint fixer 2018-10-25 09:42:19 -05:00 committed by Vincent Batts
parent bc61a7ad0c
commit a0a8b28611
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ go:
sudo: false
before_install:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/git-validation && go get ./...
before_script: