Explorar el Código

Fix golint import path (#426)

Soumya hace 6 años
padre
commit
9c4c4489fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -50,7 +50,7 @@ addons:
50 50
       - graphviz
51 51
 
52 52
 before_install:
53
-  - go get -u github.com/golang/lint/golint honnef.co/go/tools/cmd/...
53
+  - go get -u golang.org/x/lint/golint honnef.co/go/tools/cmd/...
54 54
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
55 55
   - if [[ "$TRAVIS_OS_NAME" == "osx" && -z $SKIP_BINUTILS ]]; then brew install binutils ; fi
56 56
   - if [[ "$TRAVIS_OS_NAME" == "osx" && -z $SKIP_GRAPHVIZ ]]; then brew install graphviz; fi