We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc61a7a commit a0a8b28Copy full SHA for a0a8b28
.travis.yml
@@ -9,7 +9,7 @@ go:
9
sudo: false
10
11
before_install:
12
- - go get -u github.com/golang/lint/golint
+ - go get -u golang.org/x/lint/golint
13
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/git-validation && go get ./...
14
15
before_script:
0 commit comments