diff options
Diffstat (limited to 'vendor/github.com/modern-go/concurrent/.travis.yml')
-rw-r--r-- | vendor/github.com/modern-go/concurrent/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/modern-go/concurrent/.travis.yml b/vendor/github.com/modern-go/concurrent/.travis.yml new file mode 100644 index 000000000..449e67cd0 --- /dev/null +++ b/vendor/github.com/modern-go/concurrent/.travis.yml @@ -0,0 +1,14 @@ +language: go + +go: + - 1.8.x + - 1.x + +before_install: + - go get -t -v ./... + +script: + - ./test.sh + +after_success: + - bash <(curl -s https://codecov.io/bash) |