From 9b46f033b99dbf31a11a9569ae55874ddc81f586 Mon Sep 17 00:00:00 2001 From: oleg Date: Thu, 10 Dec 2015 09:06:43 +0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eafa77c..cb99ce3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ nci - Continuous integration server written in node.js work in progress... -[![Build Status](https://travis-ci.org/node-ci/nci.svg?branch=master)](https://travis-ci.org/node-ci/nci) - ## TODO for release 0.9 * ~~Dashboard (builds list, projects autocomlete)~~ @@ -31,12 +29,14 @@ work in progress... ## Bugs/upcoming fixes -* ~~git checkout before reset~~ +* git checkout before reset * slow move out from build page (with lot of output) to main page - several sec * when long line appear console output row numbers not on the same line with content * some "undefined" comments in scm changes * projects list scroll +* Error during send: TypeError: Cannot read property 'changes' of undefined +* Builds loss ## Feature requests