mirror of
https://github.com/gogs/gogs.git
synced 2025-12-24 09:10:07 +01:00
Update appveyor.yml
This commit is contained in:
11
appveyor.yml
11
appveyor.yml
@@ -9,5 +9,14 @@ environment:
|
||||
build: false
|
||||
deploy: false
|
||||
|
||||
install:
|
||||
- go get -t -v ./...
|
||||
|
||||
test_script:
|
||||
- go test -v -cover -race ./...
|
||||
- go test -v -cover -race ./...
|
||||
|
||||
notifications:
|
||||
- provider: Email
|
||||
to:
|
||||
- u@gogs.io
|
||||
on_build_success: false
|
||||
Reference in New Issue
Block a user