Skip to content

Commit 116879f

Browse files
chris-garrettandreynering
authored andcommitted
Update docs to reflect change from Travis to GitHub
1 parent 2eafb2f commit 116879f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build Status](https://travis-ci.org/go-task/task.svg?branch=master)](https://travis-ci.org/go-task/task)
1+
![Test](https://github.com/go-task/task/workflows/Test/badge.svg)
2+
![GoReleaser](https://github.com/go-task/task/workflows/goreleaser/badge.svg)
23

34
# Task
45

docs/releasing_task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The release process of Task is done with the help of
44
[GoReleaser][goreleaser]. You can test the release process locally by calling
55
the `test-release` task of the Taskfile.
66

7-
The Travis CI should release automatically when a new
8-
Git tag is pushed to master, either for the artifact uploading (raw executables
9-
and DEB and RPM packages)
7+
[GitHub Actions](https://github.com/go-task/task/actions) should release
8+
artifacts automatically when a new Git tag is pushed to master
9+
(raw executables and DEB and RPM packages).
1010

1111
# Homebrew
1212

0 commit comments

Comments
 (0)