frp/vendor/github.com/fatedier/kcp-go/.travis.yml

18 lines
283 B
YAML
Raw Normal View History

2017-10-24 22:53:20 +08:00
language: go
go:
2019-03-17 17:09:54 +08:00
- 1.9.x
- 1.10.x
- 1.11.x
2017-10-24 22:53:20 +08:00
before_install:
- go get -t -v ./...
install:
- go get github.com/xtaci/kcp-go
script:
- go test -coverprofile=coverage.txt -covermode=atomic -bench .
after_success:
- bash <(curl -s https://codecov.io/bash)