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 344169a78d
commit 06ac5df4d1
1 changed files with 2 additions and 1 deletions

View File

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