Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r1a3d3b7 r8a11e2f  
    3434      os: osx
    3535      compiler: clang
    36       env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"
     36      env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
    3737    - language: C
    3838      os: osx
    3939      compiler: clang
    40       env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
     40      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
    4141    - language: C
    4242      os: osx
    4343      compiler: clang
    44       env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
     44      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
    4545
    4646# use trusty
     
    6161    - libasound2-dev
    6262    - libfftw3-dev
    63     - librubberband-dev
    6463    - sox
    6564    - lcov
     
    6968    - ffmpeg
    7069    - libsndfile
    71     - libsamplerate
    72     - rubberband
    7370    - lcov
    7471    #update: true
     
    8986  - which pip
    9087  - pip --version
     88  - pip install coverage
    9189
    9290script:
Note: See TracChangeset for help on using the changeset viewer.