removes travis-ci
This commit is contained in:
parent
d2a480ffa9
commit
937a18c9a3
10
.travis.yml
10
.travis.yml
@ -1,10 +0,0 @@
|
|||||||
language: go
|
|
||||||
|
|
||||||
go:
|
|
||||||
- "1.x"
|
|
||||||
|
|
||||||
install:
|
|
||||||
- go get ./...
|
|
||||||
|
|
||||||
script:
|
|
||||||
- go test -modfile=go_test.mod -v --short ./...
|
|
@ -1,12 +1,13 @@
|
|||||||
# GoWebDAV
|
# 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)
|
[![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)
|
[![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.
|
A golang WebDAV client library.
|
||||||
|
|
||||||
## Main features
|
## Main features
|
||||||
|
|
||||||
`gowebdav` library allows to perform following actions on the remote WebDAV server:
|
`gowebdav` library allows to perform following actions on the remote WebDAV server:
|
||||||
* [create path](#create-path-on-a-webdav-server)
|
* [create path](#create-path-on-a-webdav-server)
|
||||||
* [get files list](#get-files-list)
|
* [get files list](#get-files-list)
|
||||||
|
Loading…
Reference in New Issue
Block a user