Travis is no longer used

This commit is contained in:
Gregory Sanders 2022-04-06 14:56:57 -04:00 committed by Rusty Russell
parent 6b79eed2e8
commit c4d4984cbf
3 changed files with 1 additions and 6 deletions

View File

@ -16,6 +16,3 @@ indent_size = 8
indent_style = space
indent_size = 4
[.travis.yml]
indent_style = space
indent_size = 2

View File

@ -226,8 +226,6 @@ You should also configure with `--enable-developer` to get additional checks and
[blockstream-store-blog]: https://blockstream.com/2018/01/16/en-lightning-charge/
[std]: https://github.com/lightningnetwork/lightning-rfc
[travis-ci]: https://travis-ci.org/ElementsProject/lightning.svg?branch=master
[travis-ci-link]: https://travis-ci.org/ElementsProject/lightning
[prs]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat
[prs-link]: http://makeapullrequest.com
[IRC]: https://img.shields.io/badge/chat-on%20libera-brightgreen.svg

View File

@ -225,7 +225,7 @@ There are four kinds of tests:
`make check-python`
Our Travis CI instance (see `.travis.yml`) runs all these for each
Our Github Actions instance (see `.github/workflows/*.yml`) runs all these for each
pull request.
#### Additional Environment Variables