gowebdav/.travis.yml
2022-10-16 01:13:50 +02:00

11 lines
114 B
YAML

language: go
go:
- "1.x"
install:
- go get ./...
script:
- go test -modfile=go_test.mod -v --short ./...