piframe-go/vendor/github.com/mitchellh/mapstructure/.travis.yml

10 lines
91 B
YAML
Raw Normal View History

2020-09-03 03:46:55 +00:00
language: go
go:
2020-09-21 00:00:07 +00:00
- "1.14.x"
2020-09-03 03:46:55 +00:00
- tip
script:
- go test
- go test -bench . -benchmem