From d14a5f4b1fa966c7cc705df45ab45b328fe07880 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Thu, 16 Aug 2018 12:47:11 -0400 Subject: [PATCH] adds back sudo for travis --- .travis.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index aee8bdc..2d9cad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: julia os: - linux - osx +sudo: required julia: - 0.6 - 0.7 diff --git a/README.md b/README.md index 42d3790..0c276ee 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ PortAudio.jl [![Build Status](https://travis-ci.org/JuliaAudio/PortAudio.jl.svg?branch=master)](https://travis-ci.org/JuliaAudio/PortAudio.jl) [![Build status](https://ci.appveyor.com/api/projects/status/6x1ha7uvrnel060g/branch/master?svg=true)](https://ci.appveyor.com/project/ssfrr/portaudio-jl/branch/master) +**NOTE: PortAudio.jl master currently requires both SampledSignals and RingBuffers to be on master as well** PortAudio.jl is a wrapper for [libportaudio](http://www.portaudio.com/), which gives cross-platform access to audio devices. It is compatible with the types defined in [SampledSignals.jl](https://github.com/JuliaAudio/SampledSignals.jl). It provides a `PortAudioStream` type, which can be read from and written to.