Commit af2fa705 authored by Chris Bednarski's avatar Chris Bednarski

Added go vet and git rev-parse head to appveyor so we can see what we're...

Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing
parent f40ccd55
......@@ -31,6 +31,8 @@ install:
build_script:
- go test -v ./...
- go vet ./...
- git rev-parse HEAD
test: off
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment