1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

Cleanup Continuous Integration (#384)

* Remove "stale" workflow. It was a nice idea, but deactivated for quite some time anyway

* Remove TravisCI
This commit is contained in:
Andy Grunwald
2021-07-22 18:13:03 +02:00
committed by GitHub
parent a1f44bdb69
commit 2c5d75bf06
3 changed files with 1 additions and 34 deletions

View File

@ -1,7 +1,7 @@
# go-jira
[![GoDoc](https://godoc.org/github.com/andygrunwald/go-jira?status.svg)](https://godoc.org/github.com/andygrunwald/go-jira)
[![Build Status](https://travis-ci.org/andygrunwald/go-jira.svg?branch=master)](https://travis-ci.org/andygrunwald/go-jira)
[![Build Status](https://github.com/andygrunwald/go-jira/actions/workflows/testing.yml/badge.svg)](https://github.com/andygrunwald/go-jira/actions/workflows/testing.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/andygrunwald/go-jira)](https://goreportcard.com/report/github.com/andygrunwald/go-jira)
[Go](https://golang.org/) client library for [Atlassian Jira](https://www.atlassian.com/software/jira).