hello travis-ci

This commit is contained in:
Christoph Polcin 2018-05-17 00:05:28 +02:00
parent 410e447c49
commit 0120c3c3c4
3 changed files with 6 additions and 1 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: go
go:
- "1.x"

View File

@ -9,7 +9,7 @@ ${BIN}: ${SRC}
go build -o $@ ./cmd/gowebdav go build -o $@ ./cmd/gowebdav
test: test:
go test ./... go test -v ./...
api: api:
@sed '/^## API$$/,$$d' -i README.md @sed '/^## API$$/,$$d' -i README.md

View File

@ -1,5 +1,6 @@
# GoWebDAV # 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) [![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. A WebDAV client and library for golang.