diff options
author | Unknwon <u@gogs.io> | 2017-01-27 19:42:41 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-27 19:42:41 -0500 |
commit | 3d23c131609e382c8874da247787cddb10ca0204 (patch) | |
tree | 990cd79e813c88f669123b8863755798d8980446 | |
parent | e2afd886fdcf43e5ce08b2ea2900b0da218925c4 (diff) |
Add AppVeyor badge to README
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | appveyor.yml | 6 |
2 files changed, 3 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Gogs - Go Git Service [](https://travis-ci.org/gogits/gogs) [](https://crowdin.com/project/gogs) [](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Gogs - Go Git Service [](https://travis-ci.org/gogits/gogs) [](https://ci.appveyor.com/project/Unknwon/gogs/branch/master) [](https://crowdin.com/project/gogs) [](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) =====================  diff --git a/appveyor.yml b/appveyor.yml index 5af6c031..2eef0a06 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ version: "{build}" - +skip_tags: true clone_folder: c:\gopath\src\github.com\gogits\gogs +clone_depth: 1 environment: GOPATH: c:\gopath @@ -12,9 +13,6 @@ deploy: false install: - go get -t -v ./... -test_script: - - go test -v -cover -race ./... - notifications: - provider: Email to: |