Skip to content

Commit dc67829

Browse files
sharpnerwwwdata
authored andcommitted
Fix linting import (#321)
Apparantly the repo has moved
1 parent 6ccafcb commit dc67829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sudo: false
1010
install:
1111
- go get -t -d -v ./...
1212
- go get github.com/onsi/ginkgo/ginkgo
13-
- go get -u github.com/golang/lint/golint
13+
- go get -u golang.org/x/lint/golint
1414
- go get -u github.com/modocache/gover
1515
- go get -u github.com/mattn/goveralls
1616
# optional dependencies

0 commit comments

Comments
 (0)