From 30e04c9d1c302f84e057699d3457146cf53b49cd Mon Sep 17 00:00:00 2001 From: Yilin Chen Date: Sat, 18 Aug 2018 16:13:06 +0800 Subject: [PATCH] Add travis status --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d33e16..6df89f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # donkey-fs +[![Build Status](https://travis-ci.org/sticnarf/donkey-fs.svg?branch=master)](https://travis-ci.org/sticnarf/donkey-fs) + Donkey is a simple and naive file system for purposes of learning. **Performance or reliability is never taken into consideration.** @@ -19,6 +21,8 @@ This project should compile on Linux, macOS and FreeBSD, but only **Linux** is assured on which `mtdk` performs properly. See [#4](https://github.com/sticnarf/donkey-fs/issues/4). +Prebuilt binaries are available in the [releases section](https://github.com/sticnarf/donkey-fs/releases). + ## Usage Run `mkdk --help` or `mtdk --help` for usage.