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

10 lines
91 B
YAML
Raw Normal View History

language: go
go:
2020-08-10 00:29:54 +02:00
- "1.14.x"
- tip
script:
- go test
2020-08-10 00:29:54 +02:00
- go test -bench . -benchmem