dispatch/vendor/github.com/mitchellh/mapstructure/.travis.yml

10 lines
91 B
YAML
Raw Normal View History

2018-08-31 01:07:13 +00:00
language: go
go:
2020-04-29 02:23:32 +00:00
- "1.14.x"
2018-08-31 01:07:13 +00:00
- tip
script:
- go test
2020-04-29 02:23:32 +00:00
- go test -bench . -benchmem