Browse Source

Update appveyor.yml

Unknwon 8 years ago
parent
commit
e2afd886fd
1 changed files with 10 additions and 1 deletions
  1. 10 1
      appveyor.yml

+ 10 - 1
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