From c4d4984cbf84dc4179f3044e89920ab248c80627 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 6 Apr 2022 14:56:57 -0400 Subject: [PATCH] Travis is no longer used --- .editorconfig | 3 --- README.md | 2 -- doc/HACKING.md | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index e49de5f5e..78d743984 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 8124b0696..11d50ea3c 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 68080fc9e..eac524ee4 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