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
1 changed files with 1 additions and 0 deletions

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 .