From 7ca7126677f5280f461325ca8164e58b6295e212 Mon Sep 17 00:00:00 2001 From: Nick Olinger Date: Thu, 19 Dec 2019 22:22:26 +0900 Subject: [PATCH] Update readme build info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8657bf..4762323 100644 --- a/README.md +++ b/README.md @@ -64,5 +64,5 @@ export PATH=$PATH:$GOPATH/bin ### Supported platforms cli is tested against multiple versions of Go on Linux, and against the latest -released version of Go on OS X and Windows. For full details, see -[`./.travis.yml`](./.travis.yml) and [`./appveyor.yml`](./appveyor.yml). +released version of Go on OS X and Windows. This project uses Github Actions for +builds. For more build info, please look at the [./.github/workflows/cli.yml](https://github.com/urfave/cli/blob/master/.github/workflows/cli.yml).