build: see if the core and firmata platform can pass tests under Windows using Appveyor

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-07-12 08:35:37 -06:00
parent 56d444f3f0
commit a5b099b800
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ install:
- go get -d ./... - go get -d ./...
build_script: build_script:
- go test -v -cpu=2 ./... - go test -v -cpu=2 .
- go test -v -cpu=2 ./platforms/firmata/...