Skip to content

Commit

Permalink
Fix golint import path
Browse files Browse the repository at this point in the history
  • Loading branch information
golint-fixer authored and soheilhy committed Oct 25, 2018
1 parent f7603f4 commit 8a8ea3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gobuild_args: -race

before_install:
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go get -u github.com/kisielk/errcheck; fi
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go get -u github.com/golang/lint/golint; fi
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go get -u golang.org/x/lint/golint; fi

before_script:
- '! gofmt -s -l . | read'
Expand Down

0 comments on commit 8a8ea3c

Please sign in to comment.