diff --git a/.editorconfig b/.editorconfig index e49de5f5e98a..78d743984d8d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,3 @@ indent_size = 8 indent_style = space indent_size = 4 -[.travis.yml] -indent_style = space -indent_size = 2 diff --git a/README.md b/README.md index 8124b0696a0e..11d50ea3c90f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/HACKING.md b/doc/HACKING.md index 68080fc9e824..eac524ee4d40 100644 --- a/doc/HACKING.md +++ b/doc/HACKING.md @@ -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