aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/graphql-go/handler/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/graphql-go/handler/.travis.yml')
-rw-r--r--vendor/github.com/graphql-go/handler/.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/github.com/graphql-go/handler/.travis.yml b/vendor/github.com/graphql-go/handler/.travis.yml
deleted file mode 100644
index 3fee687b..00000000
--- a/vendor/github.com/graphql-go/handler/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-language: go
-
-go:
- - 1.x
- - tip
-
-before_install:
- - go get github.com/axw/gocov/gocov
- - go get github.com/mattn/goveralls
-
-script:
- - $HOME/gopath/bin/goveralls -service=travis-ci