summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 16:07:46 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 16:07:46 +0100
commit6681beca6444a48d6e939cb1acdae8332ef548ad (patch)
treea9dfab646d40935374d1b7c297309a568eff7f85 /.travis.yml
parentbff36b3ca821b82994da72c385b13a76eec14e9f (diff)
downloaddabmux-6681beca6444a48d6e939cb1acdae8332ef548ad.tar.gz
dabmux-6681beca6444a48d6e939cb1acdae8332ef548ad.tar.bz2
dabmux-6681beca6444a48d6e939cb1acdae8332ef548ad.zip
Fix potentially wrong write in file output
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2de0449..8c75fc7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ script:
make
sudo make install
popd
+ - |
./bootstrap.sh
./configure --enable-input-prbs --enable-input-test --enable-input-udp --enable-output-raw
make