dispatch/vendor/github.com/mitchellh/mapstructure/.travis.yml
2020-04-29 04:23:32 +02:00

10 lines
91 B
YAML

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