From 34904205c4a65b455ff96676e289c44c259f12b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Lind=C3=A9n?= Date: Sat, 28 May 2022 15:52:30 +0200 Subject: [PATCH] Drop CI badges from the readme They're outdated, and I never push to master without a PR, so CI will always be passing. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cbd0d50..81c36b0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # libsodium-cmake -[![Travis build status](https://travis-ci.com/robinlinden/libsodium-cmake.svg?branch=master)](https://travis-ci.com/robinlinden/libsodium-cmake) -[![Windows CI](https://github.com/robinlinden/libsodium-cmake/workflows/Windows%20CI/badge.svg)](https://github.com/robinlinden/libsodium-cmake/actions?query=workflow%3A%22Windows+CI%22) - ## Description CMakeWrapper for [libsodium](https://github.com/jedisct1/libsodium), the modern, portable, easy to use crypto library.