summaryrefslogtreecommitdiff
path: root/vendor/github.com/xtaci/kcp-go/v5/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/xtaci/kcp-go/v5/.travis.yml')
-rw-r--r--vendor/github.com/xtaci/kcp-go/v5/.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/github.com/xtaci/kcp-go/v5/.travis.yml b/vendor/github.com/xtaci/kcp-go/v5/.travis.yml
new file mode 100644
index 0000000..0e7c4ac
--- /dev/null
+++ b/vendor/github.com/xtaci/kcp-go/v5/.travis.yml
@@ -0,0 +1,20 @@
+language: go
+go:
+ - 1.11.x
+ - 1.12.x
+ - 1.13.x
+
+env:
+ - GO111MODULE=on
+
+before_install:
+ - go get -t -v ./...
+
+install:
+ - go get github.com/xtaci/kcp-go
+
+script:
+ - go test -coverprofile=coverage.txt -covermode=atomic -bench . -timeout 10m
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash)