summaryrefslogtreecommitdiff
path: root/vendor/github.com/xtaci/smux/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/xtaci/smux/.travis.yml')
-rw-r--r--vendor/github.com/xtaci/smux/.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/xtaci/smux/.travis.yml b/vendor/github.com/xtaci/smux/.travis.yml
new file mode 100644
index 0000000..e1d30fa
--- /dev/null
+++ b/vendor/github.com/xtaci/smux/.travis.yml
@@ -0,0 +1,17 @@
+language: go
+go:
+ - 1.9.x
+ - 1.10.x
+ - 1.11.x
+
+before_install:
+ - go get -t -v ./...
+
+install:
+ - go get github.com/xtaci/smux
+
+script:
+ - go test -coverprofile=coverage.txt -covermode=atomic -bench .
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash)