Changeset 1c565c0 for .travis.yml


Ignore:
Timestamp:
Dec 21, 2018, 8:06:24 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
4cb2d54, 6245b52
Parents:
cf4bc9f (diff), 131d1eb (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_vorbis' into feature/sink_flac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rcf4bc9f r1c565c0  
    33matrix:
    44  include:
    5     - python: 3.5
     5    - python: 3.6
    66      os: linux
    77      compiler: gcc
    8     - python: 3.4
     8    - python: 3.5
    99      os: linux
    1010      compiler: gcc
     
    1212      os: linux
    1313      compiler: gcc
    14     - python: "pypy"
     14    - python: "pypy3.5"
    1515      os: linux
    1616      compiler: gcc
    1717      env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"
    18     - python: 3.5
     18    - python: 3.6
    1919      os: linux
    2020      compiler: gcc
    2121      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate"
    22     - python: 3.4
     22    - python: 3.5
    2323      os: linux
    2424      compiler: gcc
Note: See TracChangeset for help on using the changeset viewer.