diff options
-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: |