Merge branch 'master' of github.com:tus/tusd
This commit is contained in:
commit
8fff2b7d69
|
@ -10,10 +10,13 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- go env
|
- go env
|
||||||
- go version
|
- go version
|
||||||
|
- go get ./s3store
|
||||||
|
- go get ./consullocker
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- go test .
|
- go test .
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue