On Mon, Sep 27, 2021 at 10:50 AM Nicolas Iooss <nicolas.iooss@xxxxxxx> wrote: > The CI now uses GitHub Actions to run tests and the SELinux testsuite in > a virtual machine. Replace the Travis CI badge with the ones for these > workflows. > > Fixes: https://github.com/SELinuxProject/selinux/issues/299 > Signed-off-by: Nicolas Iooss <nicolas.iooss@xxxxxxx> > --- > README.md | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index d1338e8765d1..e1c2fe641fc9 100644 > --- a/README.md > +++ b/README.md > @@ -2,7 +2,8 @@ SELinux Userspace > ================= > > ![SELinux logo](https://github.com/SELinuxProject.png) > -[![Build Status](https://travis-ci.org/SELinuxProject/selinux.svg?branch=master)](https://travis-ci.org/SELinuxProject/selinux) > +[![Run Tests](https://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml) > +[![Run SELinux testsuite in a virtual machine](https://github.com/SELinuxProject/selinux/actions/workflows/vm_testsuite.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/vm_testsuite.yml) > [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#selinux) > [![CIFuzz Status](https://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml/badge.svg)](https://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml) > > -- > 2.32.0 > Acked-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> -- Ondrej Mosnacek Software Engineer, Linux Security - SELinux kernel Red Hat, Inc.