adds back sudo for travis
This commit is contained in:
parent
b1e0183538
commit
d14a5f4b1f
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ language: julia
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
sudo: required
|
||||
julia:
|
||||
- 0.6
|
||||
- 0.7
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue