mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
Travis is no longer used
This commit is contained in:
parent
6b79eed2e8
commit
c4d4984cbf
@ -16,6 +16,3 @@ indent_size = 8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[.travis.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user