Merge branch 'master' into s3
This commit is contained in:
commit
cfba2e3b94
|
@ -7,6 +7,8 @@ go:
|
||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GO15VENDOREXPERIMENT=1
|
- GO15VENDOREXPERIMENT=1
|
||||||
|
@ -16,12 +18,10 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get ./...
|
||||||
- go get .
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v -coverprofile=cover.out || go test -v
|
- go test ./...
|
||||||
- go test -v ./filestore -coverprofile=cover.out || go test -v ./filestore
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- go get github.com/laher/goxc
|
- go get github.com/laher/goxc
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# tusd
|
# tusd
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/tus/tusd.svg?branch=master)](https://travis-ci.org/tus/tusd)
|
[![Build Status](https://travis-ci.org/tus/tusd.svg?branch=master)](https://travis-ci.org/tus/tusd)
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/2y6fa4nyknoxmyc8?svg=true)](https://ci.appveyor.com/project/Acconut/tusd)
|
[![Build status](https://ci.appveyor.com/api/projects/status/2y6fa4nyknoxmyc8/branch/master?svg=true)](https://ci.appveyor.com/project/Acconut/tusd/branch/master)
|
||||||
|
|
||||||
tusd is the official reference implementation of the [tus resumable upload
|
tusd is the official reference implementation of the [tus resumable upload
|
||||||
protocol](http://www.tus.io/protocols/resumable-upload.html). The protocol
|
protocol](http://www.tus.io/protocols/resumable-upload.html). The protocol
|
||||||
|
|
Loading…
Reference in New Issue