aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/modern-go/reflect2/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/modern-go/reflect2/.travis.yml')
-rw-r--r--vendor/github.com/modern-go/reflect2/.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/modern-go/reflect2/.travis.yml b/vendor/github.com/modern-go/reflect2/.travis.yml
new file mode 100644
index 0000000..b097728
--- /dev/null
+++ b/vendor/github.com/modern-go/reflect2/.travis.yml
@@ -0,0 +1,15 @@
1language: go
2
3go:
4 - 1.9.x
5 - 1.x
6
7before_install:
8 - go get -t -v ./...
9 - go get -t -v github.com/modern-go/reflect2-tests/...
10
11script:
12 - ./test.sh
13
14after_success:
15 - bash <(curl -s https://codecov.io/bash)