Trivial updates to appveyor config

This commit is contained in:
Dan Buch 2016-05-23 19:39:04 -04:00
parent b37df9de86
commit 377aca16cf
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -13,17 +13,13 @@ environment:
GFMXR_DEBUG: 1 GFMXR_DEBUG: 1
install: install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH% - set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version - go version
- go env - go env
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...
- go get -v -t ./... - go get -v -t ./...
build_script: build_script:
- python runtests vet - python runtests vet
- python runtests test - python runtests test
- python runtests gfmxr - python runtests gfmxr
test: off
deploy: off