From 60bde947d6d5941422dfa305212788aebc8e6935 Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Mon, 27 Sep 2021 10:49:44 +0200 Subject: [PATCH] README: update continuous integration badges 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 Acked-by: Ondrej Mosnacek --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1338e87..e1c2fe64 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)