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

View File

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