diff options
author | Unknwon <u@gogs.io> | 2017-01-27 19:33:40 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-27 19:33:40 -0500 |
commit | e2afd886fdcf43e5ce08b2ea2900b0da218925c4 (patch) | |
tree | 06a335da11ae5462a998e54669f6f8379a052731 /appveyor.yml | |
parent | aa682b3b7e42b198df0fba346989bc10bd7f70bd (diff) |
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3ca5dbf6..5af6c031 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 |