Skip to content

Commit 2c5d75b

Browse files
authored
Cleanup Continuous Integration (#384)
* Remove "stale" workflow. It was a nice idea, but deactivated for quite some time anyway * Remove TravisCI
1 parent a1f44bd commit 2c5d75b

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

.github/workflows/stale.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# go-jira
22

33
[![GoDoc](https://godoc.org/github.com/andygrunwald/go-jira?status.svg)](https://godoc.org/github.com/andygrunwald/go-jira)
4-
[![Build Status](https://travis-ci.org/andygrunwald/go-jira.svg?branch=master)](https://travis-ci.org/andygrunwald/go-jira)
4+
[![Build Status](https://github.com/andygrunwald/go-jira/actions/workflows/testing.yml/badge.svg)](https://github.com/andygrunwald/go-jira/actions/workflows/testing.yml)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/andygrunwald/go-jira)](https://goreportcard.com/report/github.com/andygrunwald/go-jira)
66

77
[Go](https://golang.org/) client library for [Atlassian Jira](https://www.atlassian.com/software/jira).

0 commit comments

Comments
 (0)