summaryrefslogtreecommitdiff
path: root/vendor/github.com/vbauerster/mpb/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/vbauerster/mpb/.travis.yml')
-rw-r--r--vendor/github.com/vbauerster/mpb/.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/vbauerster/mpb/.travis.yml b/vendor/github.com/vbauerster/mpb/.travis.yml
new file mode 100644
index 000000000..a7fd7763a
--- /dev/null
+++ b/vendor/github.com/vbauerster/mpb/.travis.yml
@@ -0,0 +1,14 @@
+language: go
+sudo: false
+go:
+ - 1.8.x
+ - 1.9.x
+
+before_install:
+ - go get -t -v ./...
+
+script:
+ - go test -race -coverprofile=coverage.txt -covermode=atomic
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash)