From ba8574b9df6d827fa9ced96a2b8f8daa6f1adb54 Mon Sep 17 00:00:00 2001 From: mikedeboer Date: Wed, 16 Nov 2011 12:29:59 +0100 Subject: [PATCH] added Travis status to Readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 6755f481..c08ed698 100644 --- a/Readme.md +++ b/Readme.md @@ -166,6 +166,12 @@ You can also run the tests in your browser by serving: This makes debugging failing tests way more easier. +Continuous Integration status +----------------------------- + +This project is tested with [Travis CI](http://travis-ci.org) +[![Build Status](https://secure.travis-ci.org/ajaxorg/ace.png)](http://travis-ci.org/ajaxorg/ace) + Contributing ------------