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, 2 insertions, 1 deletions
diff --git a/vendor/github.com/mitchellh/mapstructure/.travis.yml b/vendor/github.com/mitchellh/mapstructure/.travis.yml index 1689c7d7..5e31a95a 100644 --- a/vendor/github.com/mitchellh/mapstructure/.travis.yml +++ b/vendor/github.com/mitchellh/mapstructure/.travis.yml @@ -1,8 +1,9 @@ language: go go: - - "1.11.x" + - "1.14.x" - tip script: - go test + - go test -bench . -benchmem |