Add Travis build status to README.md.
authorStephen Sinclair <radarsat1@gmail.com>
Wed, 18 Oct 2017 13:16:41 +0000 (10:16 -0300)
committerStephen Sinclair <radarsat1@gmail.com>
Wed, 18 Oct 2017 20:33:01 +0000 (17:33 -0300)
README.md

index 9eda223a23061383c6165540861a3144806cfc03..536c661fe9d82bc32738dea1440b06875eb7da1e 100644 (file)
--- 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!)