From 663352d71a1feef6b951aa5a99b8add0c5d7321f Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 7 Feb 2014 14:12:36 +0100 Subject: [PATCH] Add Travis build status for dev branch --- README.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3bea43b..9d64661 100644 --- a/README.rst +++ b/README.rst @@ -2,13 +2,21 @@ TimeSide : open web audio processing framework ============================================== -.. image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=master - :target: https://travis-ci.org/yomguy/TimeSide/ - TimeSide is a set of python components enabling audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on big audio or video datasets. Its simple plugin architecture can be adapted to various usecases. It also includes a smart HTML5 interactive user interface embeddable in any web application to provide various media format playback, on the fly transcoding and realtime streaming, fancy waveforms and spectrograms, various low and high level audio analyzers, semantic labelling and segmentation. +Build status +============ +- Branch **master** : |travis_master| +- Branch **dev** : |travis_dev| + +.. |travis_master| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=master + :target: https://travis-ci.org/yomguy/TimeSide/ + +.. |travis_dev| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=dev + :target: https://travis-ci.org/yomguy/TimeSide/ + Goals ===== -- 2.39.5