mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-08 17:49:07 +08:00
Remove unused .travis.yml configuration
Checking earlier pull requests, to the best of my understanding nothing is using Travis anymore -- all CI checks are GitHub Actions based. Further checking the Travis repository [0] the last CI run there was 2 years ago. Hence, let's remove stale configuration for Travis, as it's seemingly only bitrotting and causing confusion. [0]: https://travis-ci.org/github/libbpf/libbpf/builds Signed-off-by: Daniel Müller <deso@posteo.net>
This commit is contained in:
committed by
Andrii Nakryiko
parent
29869d6ef0
commit
20f0330235
@@ -146,7 +146,7 @@ Benefits of packaging from the mirror over packaging from kernel sources:
|
||||
gracefully degrading functionality. Thus libbpf is not tied to a specific
|
||||
kernel version and can/should be packaged and versioned independently.
|
||||
- Continuous integration testing via
|
||||
[TravisCI](https://travis-ci.org/libbpf/libbpf).
|
||||
[GitHub Actions](https://github.com/libbpf/libbpf/actions).
|
||||
- Static code analysis via [LGTM](https://lgtm.com/projects/g/libbpf/libbpf)
|
||||
and [Coverity](https://scan.coverity.com/projects/libbpf).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user