photoprism-client-go/vendor/github.com/studio-b12/gowebdav/.travis.yml
Kris Nóva e4323b6047 Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
2021-02-09 11:17:06 -08:00

10 lines
No EOL
92 B
YAML

language: go
go:
- "1.x"
install:
- go get ./...
script:
- go test -v --short ./...