Explorar el Código

travis: Update fmt check gotools

Manjunath A Kumatagi hace 9 años
padre
commit
5afa4e4fdf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -38,8 +38,8 @@ addons:
 
 before_install:
  - go get -v github.com/chzchzchz/goword
- - go get -v honnef.co/go/simple/cmd/gosimple
- - go get -v honnef.co/go/unused/cmd/unused
+ - go get -v honnef.co/go/tools/cmd/gosimple
+ - go get -v honnef.co/go/tools/cmd/unused
 
 # disable godep restore override
 install: