aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2125d40..3c2fa48 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,5 @@ If you want more detailed information about `redo`, a working python implementat
# About this implementation
The goal of this project is not only to implement `redo` in C, but also to rethink and improve it. This also means that this project will not try be compatible with other implementations of `redo`, although this shouldn't prove problematic.
-# Project status
+# Project status [![Build Status](https://travis-ci.org/Tharre/redo.svg?branch=master)](https://travis-ci.org/Tharre/redo)
This is work in progress, many features are still missing and the behaviour is not set in stone yet. Missing features include dependency checking, parallel builds, recursive checking and probably a lot more.