From f969370901f9f6d3c71c0391c74ac933d683e784 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 26 Sep 2018 15:55:14 +0200 Subject: graphql: add a general test for the handler/resolvers --- vendor/github.com/mitchellh/mapstructure/.travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/github.com/mitchellh/mapstructure/.travis.yml (limited to 'vendor/github.com/mitchellh/mapstructure/.travis.yml') diff --git a/vendor/github.com/mitchellh/mapstructure/.travis.yml b/vendor/github.com/mitchellh/mapstructure/.travis.yml new file mode 100644 index 00000000..d9deadb8 --- /dev/null +++ b/vendor/github.com/mitchellh/mapstructure/.travis.yml @@ -0,0 +1,8 @@ +language: go + +go: + - 1.9.x + - tip + +script: + - go test -- cgit