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

This commit is contained in:
Marius 2016-09-23 21:30:10 +02:00
commit 8fff2b7d69
1 changed files with 3 additions and 0 deletions

View File

@ -10,10 +10,13 @@ install:
build_script:
- go env
- go version
- go get ./s3store
- go get ./consullocker
test_script:
- go test .
- go test ./filestore
- go test ./limitedstore
- go test ./memorylocker
- go test ./consullocker
- go test ./s3store