Set test command for appveyor

This commit is contained in:
Dan Sosedoff 2015-05-19 15:19:12 -05:00
parent afdfc54802
commit 502c8dae91

View File

@ -20,6 +20,6 @@ build_script:
- godep go build
test_script:
- godep go test
- godep go test -cover ./...
deploy: off