aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2024-03-05 16:25:22 +0200
committerMartin Pärtel <martin.partel@gmail.com>2024-03-05 16:25:22 +0200
commitba14ad1f91db87771553a85fb3fd0754a2ca69d6 (patch)
tree9af4af5eeb818fc72e464f0d7147b9f5ddc100c5 /README.md
parent8bd25f15da3e92dc7b887a3881bd8d4af0909761 (diff)
downloadbindfs-ba14ad1f91db87771553a85fb3fd0754a2ca69d6.tar.gz
Readme: updated build status badges.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f2d476..7c80127 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,9 @@ See https://github.com/osxfuse/osxfuse/wiki/Mount-options for details.
## Test suite ##
-[![Build Status](https://travis-ci.org/mpartel/bindfs.svg?branch=master)](https://travis-ci.org/mpartel/bindfs)
+[![Build Status (FUSE 2)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml/badge.svg)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml)
+[![Build Status (FUSE 3)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml/badge.svg)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml)
+
Bindfs comes with a (somewhat brittle and messy) test suite.
Some tests must be run as root, and some tests only work as non-root.