diff options
Diffstat (limited to 'vendor/github.com/mitchellh/mapstructure/.travis.yml')
-rw-r--r-- | vendor/github.com/mitchellh/mapstructure/.travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/github.com/mitchellh/mapstructure/.travis.yml b/vendor/github.com/mitchellh/mapstructure/.travis.yml index 5e31a95a..1689c7d7 100644 --- a/vendor/github.com/mitchellh/mapstructure/.travis.yml +++ b/vendor/github.com/mitchellh/mapstructure/.travis.yml @@ -1,9 +1,8 @@ language: go go: - - "1.14.x" + - "1.11.x" - tip script: - go test - - go test -bench . -benchmem |