From 390177e2eb6ee5f7581155f12ac20ab6005e10ae Mon Sep 17 00:00:00 2001 From: Mark Heily Date: Sat, 14 Aug 2021 13:55:22 -0400 Subject: [PATCH] Update Travis CI build image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d17f4b7..d9fa94cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ libkqueue ========= -[![Travis CI build status][BuildStatus]][BuildStatusLink] +[![Build Status](https://travis-ci.com/mheily/fs123.svg?branch=master)](https://travis-ci.com/mheily/fs123) A user space implementation of the kqueue(2) kernel event notification mechanism libkqueue acts as a translator between the kevent structure and the native