Update appveyor.yml

This commit is contained in:
Unknwon
2017-01-27 19:33:40 -05:00
parent aa682b3b7e
commit e2afd886fd

View File

@@ -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