diff --git a/.travis.yml b/.travis.yml index 51d7c5f..7ea302b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: - go: tip before_install: - - go get -u github.com/golang/lint/golint + - go get -u golang.org/x/lint/golint - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi