mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
Fix Travis CI
This commit is contained in:
parent
2a22b8f813
commit
3aa7191ad5
1 changed files with 2 additions and 3 deletions
|
@ -10,11 +10,10 @@ dist: trusty
|
|||
install:
|
||||
- go get -t ./...
|
||||
- go get github.com/golang/lint/golint
|
||||
# Install gometalinter and certain linters
|
||||
# Install gometalinter
|
||||
- go get github.com/alecthomas/gometalinter
|
||||
- go get github.com/client9/misspell/cmd/misspell
|
||||
- go get github.com/gordonklaus/ineffassign
|
||||
|
||||
script:
|
||||
- go test -race -v .
|
||||
- gometalinter --install
|
||||
- gometalinter --disable-all -E vet -E gofmt -E misspell -E ineffassign --tests .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue