Files
kubesphere/vendor/github.com/naoina/toml/.travis.yml
magicsong c6ad0ebc3e use vgo
2019-07-20 00:32:24 +08:00

12 lines
94 B
YAML

language: go
go:
- 1.3
- 1.x
install:
- go get -t -v ./...
script:
- go test ./...