Update appveyor.yml

master
Unknwon 2017-01-27 19:33:40 -05:00
parent aa682b3b7e
commit e2afd886fd
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
1 changed files with 10 additions and 1 deletions

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