Install dependencies on Appveyor

This commit is contained in:
Marius 2016-09-20 15:05:44 +02:00 committed by GitHub
parent 1bf1c942e0
commit 75381338ae
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