From f56476026939ca5933ef82fb8176bae7c211b922 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 29 Jan 2021 09:06:47 -0500 Subject: [PATCH] duh. remove the old badge. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 28680c0..2e16d8d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ CException ![CI](https://github.com/ThrowTheSwitch/CException/workflows/CI/badge.svg) ========== -[![CException Build Status](https://api.travis-ci.org/ThrowTheSwitch/CException.png?branch=master)](https://travis-ci.org/ThrowTheSwitch/CException) - _This Documentation Is Released Under a Creative Commons 3.0 Attribution Share-Alike License_ CException is simple exception handling in C. It is significantly faster than full-blown C++ exception handling