mirror of https://github.com/fatedier/frp.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
255 B
YAML
16 lines
255 B
YAML
8 years ago
|
language: go
|
||
|
go:
|
||
|
- 1.8
|
||
|
|
||
|
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)
|