diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-11-05 16:44:23 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-11-05 16:44:23 +0100 |
commit | 21d8cacffc1201514b0e1143f8de60e754262291 (patch) | |
tree | 23e3f9c7977dac796cf44ca6ae55e8cf6e4d53a1 /.travis.yml | |
parent | 2527834ec17d9c9a9aa2880ecc735ecdb64e3e82 (diff) | |
download | dabmux-21d8cacffc1201514b0e1143f8de60e754262291.tar.gz dabmux-21d8cacffc1201514b0e1143f8de60e754262291.tar.bz2 dabmux-21d8cacffc1201514b0e1143f8de60e754262291.zip |
Adapt Travis CI config to reduced configure options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1153c5b..b21773f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ addons: &addons env: - CONF=--disable-output-edi - CONF= - - CONF=--enable-input-prbs --enable-input-test --enable-input-udp --enable-output-raw - - CONF=--disable-format-raw --disable-format-mpeg --disable-format-packet --disable-format-dabplus --disable-format-dmb --disable-format-epm --disable-input-fifo --disable-input-file + - CONF=--enable-output-raw compiler: - gcc |