Merge branch 'master' of github.com:tus/tusd

This commit is contained in:
Marius 2017-09-03 10:58:34 +02:00
commit d79a4bce63
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ go:
- 1.6 - 1.6
- 1.7 - 1.7
- 1.8 - 1.8
- 1.9
sudo: required sudo: required
cache: cache:
apt: true apt: true

View File

@ -21,7 +21,6 @@ test_script:
- go test ./filestore - go test ./filestore
- go test ./limitedstore - go test ./limitedstore
- go test ./memorylocker - go test ./memorylocker
- go test ./consullocker
- go test ./s3store - go test ./s3store
- go vet ./prometheuscollector - go vet ./prometheuscollector