Skip to content

Commit 5c49369

Browse files
authored
Fixed missing travis dependency for Ubuntu trusty
gstreamer1.0-plugins-base was removed in the updated 2017Q2 trusty image (https://github.com/travis-ci/build-environment-updates/blob/master/2017Q2/gce/garnet-trusty/dpkg-manifest.diff) and gir1.2-gst-plugins-base-1.0 does not depend on gstreamer1.0-plugins-base in trusty (fixed in xenial).
1 parent 4e9b82c commit 5c49369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- "wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
1515
- "sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list"
1616
- "sudo apt-get update -qq"
17-
- "sudo apt-get install -y gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 python-gst-1.0 libffi-dev libspotify-dev python-all-dev"
17+
- "sudo apt-get install -y gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-base gir1.2-gstreamer-1.0 python-gst-1.0 libffi-dev libspotify-dev python-all-dev"
1818

1919
install:
2020
- "pip install tox"

0 commit comments

Comments
 (0)