Changeset c2d076b for .travis.yml


Ignore:
Timestamp:
Sep 17, 2016, 2:58:16 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
Children:
fe6a4cdd
Parents:
b71e8b6
Message:

.travis.yml: add rubberband

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rb71e8b6 rc2d076b  
    6969    - libasound2-dev
    7070    - libfftw3-dev
     71    - librubberband-dev
    7172    - sox
    7273
     
    7576     if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
    7677       brew update
    77        brew install sox
     78       brew install sox rubberband
    7879       export PATH="$HOME/Library/Python/2.7/bin/:$PATH"
    7980     fi;
Note: See TracChangeset for help on using the changeset viewer.