Files
kubesphere/vendor/github.com/naoina/toml/.travis.yml
hongming 4144404b0b use go 1.12
Signed-off-by: hongming <talonwan@yunify.com>
2019-03-15 18:24:00 +08:00

12 lines
94 B
YAML

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