Explorar o código

Merge pull request #165 from xperimental/fix-travis

Fix Travis build
Julien Laffaye %!s(int64=6) %!d(string=hai) anos
pai
achega
a59fe673c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ go:
 before_install:
 - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
 - go get github.com/mattn/goveralls
-- go get github.com/golang/lint/golint
+- go get golang.org/x/lint/golint
 script:
 - goveralls -v
 - golint -set_exit_status $(go list ./...)