diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6f3ec5e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: rust +addons: + apt: + packages: + - libasound2-dev +rust: + - nightly + - beta + - stable +script: + - cargo build -v + - cargo test -v + - cargo doc -v diff --git a/README.md b/README.md index 5420620..1918871 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spatial Audio Server +# Spatial Audio Server [![Build Status](https://travis-ci.org/museumsvictoria/spatial_audio_server.svg?branch=master)](https://travis-ci.org/museumsvictoria/spatial_audio_server) A cross-platform, n-channel spatial audio server developed by [MindBuffer](https://www.mindbuffer.net/) using the [Nannou Creative Coding