aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/graphql-go/graphql/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/graphql-go/graphql/.travis.yml')
-rw-r--r--vendor/github.com/graphql-go/graphql/.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/github.com/graphql-go/graphql/.travis.yml b/vendor/github.com/graphql-go/graphql/.travis.yml
new file mode 100644
index 00000000..cae10b97
--- /dev/null
+++ b/vendor/github.com/graphql-go/graphql/.travis.yml
@@ -0,0 +1,20 @@
+language: go
+
+go:
+ - 1.8.x
+ - 1.9.x
+ - 1.10.x
+ - tip
+
+matrix:
+ allow_failures:
+ - go: tip
+ fast_finish: true
+
+before_install:
+ - go get github.com/axw/gocov/gocov
+ - go get github.com/mattn/goveralls
+
+script:
+ - $HOME/gopath/bin/goveralls -race -service=travis-ci
+ - go vet ./...