From 51062863a5c34d81e296cf15c61140911037cf3b Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 6 Aug 2018 21:47:05 +0200 Subject: Use mod vendor for vendored directory (backwards compatible) --- 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 v1.2.3