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

10 lines
91 B
YAML
Raw Normal View History

language: go
go:
2020-08-09 15:29:54 -07:00
- "1.14.x"
- tip
script:
- go test
2020-08-09 15:29:54 -07:00
- go test -bench . -benchmem