mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 11:17:52 +08:00
Build branches on appveyor, and skip coverage tools.
This commit is contained in:
parent
0b70b689ad
commit
16d0bd37f9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user