5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 20:42:31 +00:00
matterbridge/vendor/github.com/mitchellh/mapstructure/.travis.yml
2020-08-10 00:29:54 +02:00

10 lines
91 B
YAML

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