mirror of
https://github.com/soheilhy/cmux.git
synced 2025-01-18 10:53:46 +08:00
Fix golint import path
This commit is contained in:
parent
f7603f4e1c
commit
8a8ea3c539
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user