Files
kubesphere/vendor/github.com/shopspring/decimal/.travis.yml
2023-02-12 23:09:20 +08:00

14 lines
107 B
YAML

language: go
go:
- 1.7.x
- 1.12.x
- 1.13.x
- tip
install:
- go build .
script:
- go test -v