Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

More drone requirements #4

Merged
merged 3 commits into from
Nov 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pipeline:

coverage:
image: plugins/coverage
server: http://coverage.gitea.io

gitter:
image: plugins/gitter
1 change: 1 addition & 0 deletions .drone.yml.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eyJhbGciOiJIUzI1NiJ9.d29ya3NwYWNlOgogIGJhc2U6IC9zcnYvYXBwCiAgcGF0aDogc3JjL2dpdGh1Yi5jb20vZ28tZ2l0ZWEvZ28tc2RrCgpwaXBlbGluZToKICB0ZXN0aW5nOgogICAgaW1hZ2U6IHdlYmhpcHBpZS9nb2xhbmc6bGF0ZXN0CiAgICBwdWxsOiB0cnVlCiAgICBjb21tYW5kczoKICAgICAgLSBtYWtlIGNsZWFuCiAgICAgIC0gbWFrZSB2ZXQKICAgICAgLSBtYWtlIGxpbnQKICAgICAgLSBtYWtlIHRlc3QKICAgICAgLSBtYWtlIGJ1aWxkCgogIGNvdmVyYWdlOgogICAgaW1hZ2U6IHBsdWdpbnMvY292ZXJhZ2UKCiAgZ2l0dGVyOgogICAgaW1hZ2U6IHBsdWdpbnMvZ2l0dGVyCg.MWedVI8oVo_K06xzILiY2KwFEiVubeCRxDahor0FkuU
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gitea SDK for Go

[![Build Status](https://travis-ci.org/go-gitea/go-sdk.svg?branch=master)](https://travis-ci.org/go-gitea/go-sdk)
[![codecov](https://codecov.io/gh/go-gitea/go-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/go-gitea/go-sdk)
[![Build Status](http://beta.drone.io/api/badges/go-gitea/go-sdk/status.svg)](http://beta.drone.io/go-gitea/go-sdk)
[![Coverage Status](https://aircover.co/badges/go-gitea/go-sdk/coverage.svg)](https://aircover.co/go-gitea/go-sdk)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-gitea/go-sdk)](https://goreportcard.com/report/github.com/go-gitea/go-sdk)
[![GoDoc](https://godoc.org/github.com/go-gitea/go-sdk?status.svg)](https://godoc.org/github.com/go-gitea/go-sdk)
[![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
Expand Down