mirror of
				https://github.com/interviewstreet/go-jira.git
				synced 2025-10-30 23:47:46 +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:
		
							
								
								
									
										19
									
								
								.github/workflows/stale.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/stale.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,19 +0,0 @@ | ||||
| name: "Close stale issues" | ||||
| on: | ||||
|   schedule: | ||||
|   - cron: "0 4 * * *" | ||||
|  | ||||
| jobs: | ||||
|   stale: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/stale@v1.1.0 | ||||
|       with: | ||||
|         repo-token: ${{ secrets.GITHUB_TOKEN }} | ||||
|         stale-issue-message: > | ||||
|           This issue has been automatically marked as stale because it has not had | ||||
|           recent activity in the last 60 days. It will be closed in 7 days if no further activity occurs. | ||||
|           Thank you for your contributions. | ||||
|         days-before-stale: 9999 | ||||
|         days-before-close: 9999 | ||||
|         stale-issue-label: stale | ||||
							
								
								
									
										14
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -1,14 +0,0 @@ | ||||
| language: go | ||||
|  | ||||
| sudo: false | ||||
|  | ||||
| go: | ||||
|   - "1.13.x" | ||||
|   - "1.14.x" | ||||
|   - "1.15.x" | ||||
|  | ||||
| before_install: | ||||
|   - go get -t ./... | ||||
|  | ||||
| script: | ||||
|   - GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./... | ||||
| @@ -1,7 +1,7 @@ | ||||
| # go-jira | ||||
|  | ||||
| [](https://godoc.org/github.com/andygrunwald/go-jira) | ||||
| [](https://travis-ci.org/andygrunwald/go-jira) | ||||
| [](https://github.com/andygrunwald/go-jira/actions/workflows/testing.yml) | ||||
| [](https://goreportcard.com/report/github.com/andygrunwald/go-jira) | ||||
|  | ||||
| [Go](https://golang.org/) client library for [Atlassian Jira](https://www.atlassian.com/software/jira). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user