From 25fb0304a6e3683d6595b8392c9add7a4a6189a0 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Thu, 7 Jul 2016 19:02:40 -0400 Subject: [PATCH] Add gstreamer deps to travis config [appveyor skip] --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index d919676fc..d3633fdb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,16 @@ addons: - sourceline: "deb http://archive.ubuntu.com/ubuntu/ trusty-updates multiverse" packages: - bash-completion + - gir1.2-gst-plugins-base-1.0 + - gir1.2-gstreamer-1.0 + - gstreamer1.0-plugins-good + - gstreamer1.0-plugins-bad - imagemagick - mp3gain + - python-gi + - python-gst-1.0 + - python3-gi + - python3-gst-1.0 - unrar # To install dependencies, tell tox to do everything but actually running the