AppVeyor Windows build (#234)

Fixes #229
This commit is contained in:
Thomas Pelletier
2018-07-18 16:44:55 -07:00
committed by GitHub
parent dbe63ccdd0
commit a295f02a64
4 changed files with 40 additions and 3 deletions
-2
View File
@@ -17,7 +17,5 @@ before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
branches:
only: [master]
after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out -repotoken $COVERALLS_TOKEN