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

15 lines
141 B
YAML

language: go
go:
- 1.3
- 1.4
install:
- go get github.com/andybalholm/cascadia
script:
- go test -v
notifications:
email: false