Files
kubesphere/vendor/github.com/mitchellh/mapstructure/.travis.yml
hongming fe6c5de00f update dependencies
Signed-off-by: hongming <talonwan@yunify.com>
2021-01-04 15:35:32 +08:00

10 lines
91 B
YAML

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