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

10 lines
91 B
YAML
Raw Normal View History

2020-09-26 17:02:52 +08:00
language: go
go:
2020-11-16 08:56:04 +08:00
- "1.14.x"
2020-09-26 17:02:52 +08:00
- tip
script:
- go test
2020-11-16 08:56:04 +08:00
- go test -bench . -benchmem