mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
Adapt uTLS for new TLS 1.3 code
This commit is contained in:
parent
23b79cad14
commit
109af06ea2
32 changed files with 1582 additions and 1208 deletions
|
@ -1,8 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- "1.9"
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
@ -16,4 +15,5 @@ install:
|
|||
script:
|
||||
- go test -race -v .
|
||||
- gometalinter --install
|
||||
- gometalinter --disable-all -E vet -E gofmt -E misspell -E ineffassign --tests .
|
||||
- gometalinter --disable-all -E vet -E gofmt -E staticcheck -E ineffassign --tests .
|
||||
- gometalinter --disable-all -E misspell -E goimports --tests u_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue