]> git.parisson.com Git - timeside.git/commitdiff
Add Travis build status for dev branch
authorThomas Fillon <thomas@parisson.com>
Fri, 7 Feb 2014 13:12:36 +0000 (14:12 +0100)
committerThomas Fillon <thomas@parisson.com>
Fri, 7 Feb 2014 13:12:36 +0000 (14:12 +0100)
README.rst

index 3bea43bbc8f11bb1f4d29f2d6fa06598273c083f..9d64661ac488fd732fc2b091a98c125a9e48a2a3 100644 (file)
@@ -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
 =====