Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing

This commit is contained in:
Chris Bednarski 2015-08-06 12:24:13 -07:00
parent f40ccd55ad
commit af2fa705bf
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ install:
build_script:
- go test -v ./...
- go vet ./...
- git rev-parse HEAD
test: off