aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/shurcooL/githubv4/.travis.yml
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-06-14 20:27:17 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-06-24 21:21:15 +0200
commit946c936c5c447fd1ef36fca0a17c6e6ec40c8054 (patch)
tree248f4c4dcb9d1e64283642c744017ee4e1c663ae /vendor/github.com/shurcooL/githubv4/.travis.yml
parentfbb0e836d3d23e5a3e47029c92426090e21615f7 (diff)
downloadgit-bug-946c936c5c447fd1ef36fca0a17c6e6ec40c8054.tar.gz
[vendor] update dependencies: github.com/shurcooL/githubv4
[bridge/github] graphql: Add more mutations structs
Diffstat (limited to 'vendor/github.com/shurcooL/githubv4/.travis.yml')
-rw-r--r--vendor/github.com/shurcooL/githubv4/.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/shurcooL/githubv4/.travis.yml b/vendor/github.com/shurcooL/githubv4/.travis.yml
index 93b1fcdb..437c57db 100644
--- a/vendor/github.com/shurcooL/githubv4/.travis.yml
+++ b/vendor/github.com/shurcooL/githubv4/.travis.yml
@@ -12,5 +12,5 @@ install:
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- - go tool vet .
+ - go vet ./...
- go test -v -race ./...