Skip to content

Commit 6d2ff37

Browse files
committed
removed the travis build
1 parent e47900e commit 6d2ff37

File tree

5 files changed

+5
-78
lines changed

5 files changed

+5
-78
lines changed

.travis.yml

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

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
Notable changes will be documented here
44

5-
## 0.9.25
5+
## 0.9.26
66

77
- Go v1.17
8+
- Build & Release via GitHub Actions
89

910
## 0.9.25
1011

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Link Checker web service runs cached and otherwise optimized broken link checks.
44

5-
[![Build Status](https://app.travis-ci.com/siemens/link-checker-service.svg?branch=master)](https://app.travis-ci.com/siemens/link-checker-service) [![Go Report Card](https://goreportcard.com/badge/github.com/siemens/link-checker-service)](https://goreportcard.com/report/github.com/siemens/link-checker-service) ![CodeQL](https://github.com/siemens/link-checker-service/workflows/CodeQL/badge.svg)
5+
[![Test](https://github.com/siemens/link-checker-service/actions/workflows/test.yml/badge.svg)](https://github.com/siemens/link-checker-service/actions/workflows/test.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/siemens/link-checker-service)](https://goreportcard.com/report/github.com/siemens/link-checker-service) ![CodeQL](https://github.com/siemens/link-checker-service/workflows/CodeQL/badge.svg)
66

77
Endpoints:
88

development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Status code distribution:
7373

7474
## Releases
7575

76-
- releases are automated via [.travis.yml](.travis.yml) deployment
76+
- releases are [automated](github_build.sh) via [.github/workflows/release.yml](.github/workflows/release.yml)) deployment
7777
- locally:
7878
- assuming a green CI `master` branch
7979
- update [CHANGES.md](CHANGES.md)
8080
- test (`go test ./...`)
8181
- `git tag v<version> -m 'v<version>'`
8282
- `git push origin v<version>`
83-
- edit the release page upon artifact creation, e.g. `see [CHANGES](CHANGES.md)`
83+
- make sure the release has a comment: `see [CHANGES](CHANGES.md)`

travis_build.sh

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

0 commit comments

Comments
 (0)