Build branches on appveyor, and skip coverage tools.

This commit is contained in:
Qi Xiao 2019-11-04 01:42:29 +01:00 committed by GitHub
parent 0b70b689ad
commit 16d0bd37f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,4 @@
platform: x64
branches:
only:
- master
clone_folder: c:\gopath\src\github.com\elves\elvish
environment:
GOPATH: c:\gopath
@ -11,8 +8,8 @@ install:
- set PATH=%GOPATH%\bin;c:\go\bin;C:\msys64\usr\bin;%PATH%
- go version
- go env
- choco install codecov
- go get github.com/mattn/goveralls
# - choco install codecov
# - go get github.com/mattn/goveralls
build_script:
- make test
# deploy_script: