diff --git a/appveyor.yml b/appveyor.yml index 3ca5dbf6d..5af6c031a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,5 +9,14 @@ environment: build: false deploy: false +install: + - go get -t -v ./... + test_script: - - go test -v -cover -race ./... \ No newline at end of file + - go test -v -cover -race ./... + +notifications: + - provider: Email + to: + - u@gogs.io + on_build_success: false \ No newline at end of file