From: Thomas Fillon Date: Tue, 15 Apr 2014 22:31:23 +0000 (+0200) Subject: Add gstreamer-plugins-bad dependency in Travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f2fc29a1d603c9504c2ab90b6234954405ae18a8;p=timeside-diadems.git Add gstreamer-plugins-bad dependency in Travis --- diff --git a/.travis.yml b/.travis.yml index 927df9c..bd54e2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - sudo apt-get install -qq libhdf5-serial-dev python-h5py - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran - sudo apt-get install -qq python-numpy python-scipy python-matplotlib - - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly + - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad # command to install dependencies #install: