mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
.appveyor.yml: Add a dummy build command.
Also remove the install script and move the "go version" command to before_test.
This commit is contained in:
parent
b1f4eccb5c
commit
864666f99d
|
@ -7,6 +7,7 @@ install:
|
|||
- set PATH=%GOPATH%\bin;c:\go\bin;C:\msys64\usr\bin;%PATH%
|
||||
- go version
|
||||
build_script:
|
||||
- echo no build phase
|
||||
test_script:
|
||||
- go test -coverprofile=coverage -covermode=set ./...
|
||||
- curl -s https://codecov.io/bash -o codecov && bash codecov -f coverage
|
||||
|
|
Loading…
Reference in New Issue
Block a user