piframe-go/vendor/github.com/mitchellh/mapstructure/.travis.yml
2020-09-02 23:46:55 -04:00

10 lines
91 B
YAML

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