Skip to content

Commit

Permalink
Travis is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs authored and rustyrussell committed Apr 6, 2022
1 parent 6b79eed commit c4d4984
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ indent_size = 8
indent_style = space
indent_size = 4

[.travis.yml]
indent_style = space
indent_size = 2
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4d4984

Please sign in to comment.