1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00

Update dep script for AppVeyor

This commit is contained in:
Trevor Rosen 2018-08-31 10:23:00 -05:00 committed by Ron Evans
parent 529e71bf10
commit eb54e7f587

View File

@ -14,6 +14,7 @@ install:
- go version
- go env
- go get -d ./...
- go get github.com/stretchr/testify
build_script:
- go test -v -cpu=2 .