From 937a18c9a3c41ea4acb377962681cd9f59087cf8 Mon Sep 17 00:00:00 2001 From: Christoph Polcin Date: Sun, 16 Oct 2022 01:22:06 +0200 Subject: [PATCH] removes travis-ci --- .travis.yml | 10 ---------- README.md | 3 ++- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 .travis.yml 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)