diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c8985d3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: go - -go: - - "1.x" - -install: - - go get ./... - -script: - - go test -modfile=go_test.mod -v --short ./... diff --git a/README.md b/README.md index 8b2443a..c0f1cbe 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # GoWebDAV -[![Build Status](https://travis-ci.org/studio-b12/gowebdav.svg?branch=master)](https://travis-ci.org/studio-b12/gowebdav) +[![Build Status](https://github.com/studio-b12/gowebdav/actions/workflows/tests.yml/badge.svg)](https://github.com/studio-b12/gowebdav/actions) [![GoDoc](https://godoc.org/github.com/studio-b12/gowebdav?status.svg)](https://godoc.org/github.com/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 golang WebDAV client library. ## Main features + `gowebdav` library allows to perform following actions on the remote WebDAV server: * [create path](#create-path-on-a-webdav-server) * [get files list](#get-files-list)