From 76734d02286789f7f810047c478b4ac9eba93778 Mon Sep 17 00:00:00 2001 From: Exile Date: Fri, 10 Feb 2023 14:39:26 +0000 Subject: [PATCH] Change build status badge to reflect Github Actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db732b..bbbd333 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VFS Local -[![Build Status](https://travis-ci.org/pylonide/vfs-local.svg?branch=master)](https://travis-ci.org/pylonide/vfs-local) +![Build Status](https://github.com/pylonide/vfs-local/actions/workflows/nodejs.yml/badge.svg) VFS is an abstract interface for working with systems. This module is the reference implementation and provides a vfs interface to the local system using node apis. This is also often used in conjuction with `vfs-socket` to provide the vfs interface to a remote system over any kind of network socket.