Skip to content

Commit

Permalink
Let Travis build with portaudio and pulseaudio support.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTeixidor committed Jan 12, 2017
1 parent 4b99544 commit 6965141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ os:
- linux
rust:
- stable
script:
- cargo build --verbose --features "portaudio pulseaudio"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libasound2-dev
- sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev
services:
- docker
before_deploy: "./build-release"
Expand Down

0 comments on commit 6965141

Please sign in to comment.