Merge branch 'master' into lynncyrin-patch-7

This commit is contained in:
lynn [they] 2019-12-20 01:28:42 -08:00 committed by GitHub
commit 75c1dd2be6
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).