Files
mostlymatter/vendor/github.com/mitchellh/mapstructure/.travis.yml
Agniva De Sarker 03a55367d9 MM-24312: Fix Dependency updates (#14391)
Automatic Merge
2020-04-29 14:06:09 -07:00

10 строки
91 B
YAML

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