Update appveyor build script

This commit is contained in:
Dan Sosedoff 2018-08-31 22:11:54 -05:00
parent 35641e5957
commit 0c40f1907e

View File

@ -13,15 +13,12 @@ install:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- go env - go env
- go version - go version
- go get github.com/tools/godep - dep ensure
- godep get github.com/mitchellh/gox
- godep get github.com/jteeuwen/go-bindata/...
- godep restore
build_script: build_script:
- godep go build - go build
test_script: test_script:
- godep go test -cover ./... - go test -race -cover ./...
deploy: off deploy: off