SandpointsGitHook/vendor/github.com/mitchellh/mapstructure/.travis.yml
2021-03-20 23:21:23 +01:00

9 lines
91 B
YAML

language: go
go:
- "1.14.x"
- tip
script:
- go test
- go test -bench . -benchmem