hello travis-ci
This commit is contained in:
parent
410e447c49
commit
0120c3c3c4
4
.travis.yml
Normal file
4
.travis.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- "1.x"
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user