woodpecker-email/vendor/github.com/andybalholm/cascadia/.travis.yml
Simon Vieille fbd2e1bd9a feat(core): update vendors
add go.mod and go.sum
update vendors
2023-01-03 20:55:38 +01: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