mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
Update docs to reflect change from Travis to GitHub
This commit is contained in:
parent
2eafb2f067
commit
116879f7ea
@ -1,4 +1,5 @@
|
||||
[![Build Status](https://travis-ci.org/go-task/task.svg?branch=master)](https://travis-ci.org/go-task/task)
|
||||
![Test](https://github.com/go-task/task/workflows/Test/badge.svg)
|
||||
![GoReleaser](https://github.com/go-task/task/workflows/goreleaser/badge.svg)
|
||||
|
||||
# Task
|
||||
|
||||
|
@ -4,9 +4,9 @@ The release process of Task is done with the help of
|
||||
[GoReleaser][goreleaser]. You can test the release process locally by calling
|
||||
the `test-release` task of the Taskfile.
|
||||
|
||||
The Travis CI should release automatically when a new
|
||||
Git tag is pushed to master, either for the artifact uploading (raw executables
|
||||
and DEB and RPM packages)
|
||||
[GitHub Actions](https://github.com/go-task/task/actions) should release
|
||||
artifacts automatically when a new Git tag is pushed to master
|
||||
(raw executables and DEB and RPM packages).
|
||||
|
||||
# Homebrew
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user