Merge pull request #1004 from olingern/readme-build-info

Update readme build info
This commit is contained in:
lynn [they] 2019-12-19 09:55:15 -08:00 committed by GitHub
commit 716b748d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,5 +64,5 @@ export PATH=$PATH:$GOPATH/bin
### Supported platforms ### Supported platforms
cli is tested against multiple versions of Go on Linux, and against the latest 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 released version of Go on OS X and Windows. This project uses Github Actions for
[`./.travis.yml`](./.travis.yml) and [`./appveyor.yml`](./appveyor.yml). builds. For more build info, please look at the [./.github/workflows/cli.yml](https://github.com/urfave/cli/blob/master/.github/workflows/cli.yml).