Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rbec1396 r56d781a  
    3939      os: osx
    4040      compiler: clang
    41       env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
     41      env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile --disable-vorbis --disable-flac"
    4242    - language: C
    4343      os: osx
    4444      compiler: clang
    45       env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
     45      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-vorbis --disable-flac" AUBIO_NOTESTS=1
    4646    - language: C
    4747      os: osx
    4848      compiler: clang
    49       env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
     49      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-vorbis --disable-flac" AUBIO_NOTESTS=1
    5050
    5151# use trusty
     
    6363    - libsndfile1-dev
    6464    - libsamplerate-dev
     65    - libvorbis-dev
     66    - libflac-dev
    6567    - libjack-dev
    6668    - libasound2-dev
     
    7375    - ffmpeg
    7476    - libsndfile
     77    - libvorbis
     78    - flac
    7579    - lcov
    7680    #update: true
Note: See TracChangeset for help on using the changeset viewer.