Changeset 65e1ec6 for .travis.yml


Ignore:
Timestamp:
Dec 20, 2018, 11:31:23 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
5fc6e81
Parents:
f56f795 (diff), cf4bc9f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/sink_flac' into feature/autosink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rf56f795 r65e1ec6  
    1212      os: linux
    1313      compiler: gcc
     14    - python: "pypy"
     15      os: linux
     16      compiler: gcc
     17      env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"
    1418    - python: 3.5
    1519      os: linux
    1620      compiler: gcc
    17       env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile"
     21      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate"
    1822    - python: 3.4
    1923      os: linux
    2024      compiler: gcc
    21       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec"
     25      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
    2226    - python: 2.7
    2327      os: linux
Note: See TracChangeset for help on using the changeset viewer.