summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2017-10-18 10:16:41 -0300
committerStephen Sinclair <radarsat1@gmail.com>2017-10-18 17:33:01 -0300
commit564dd60f1322fca7d7d47f322507336a450110f6 (patch)
treebbf7709e6cc2019bcfa9227bb6f679c3e6542758
parent7457720940ed5b5c8f0347f9fb3f9e290c674091 (diff)
Add Travis build status to README.md.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9eda223..536c661 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# RtAudio
+[![Build Status](https://travis-ci.org/thestk/rtaudio.svg?branch=master)](https://travis-ci.org/thestk/rtaudio)
+
A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.
By Gary P. Scavone, 2001-2017 (and many other developers!)