Explorar el Código

Merge pull request #7297 from mkumatag/update_travis

travis: Update fmt check gotools
Gyu-Ho Lee hace 9 años
padre
commit
98249bc950
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: