diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1ca29c5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go + +go: + - "1.x" diff --git a/Makefile b/Makefile index 440d0e4..22c4018 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ${BIN}: ${SRC} go build -o $@ ./cmd/gowebdav test: - go test ./... + go test -v ./... api: @sed '/^## API$$/,$$d' -i README.md diff --git a/README.md b/README.md index 95f57dd..93f2feb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # GoWebDAV +[![Build Status](https://travis-ci.org/studio-b12/gowebdav.svg?branch=master)](https://travis-ci.org/studio-b12/gowebdav) [![Go Report Card](https://goreportcard.com/badge/github.com/studio-b12/gowebdav)](https://goreportcard.com/report/github.com/studio-b12/gowebdav) A WebDAV client and library for golang.