mirror of
https://github.com/beetbox/beets.git
synced 2026-01-10 18:07:00 +01:00
Fix typo in .travis.yml
This commit is contained in:
parent
c54d8cb96c
commit
5d40dc0fab
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ matrix:
|
|||
install:
|
||||
- travis_retry sudo add-apt-repository -y ppa:gstreamer-developers/ppa
|
||||
- travis_retry sudo apt-get update
|
||||
- travis_retry sudo apt-get install -qq bash-completion python-gi gstreamer1.0-plugins-good gstramer1.0-plugins-bad
|
||||
- travis_retry sudo apt-get install -qq bash-completion python-gi gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
|
||||
- travis_retry pip install tox sphinx
|
||||
- "[[ $TOX_ENV == 'py27' ]] && pip install coveralls || true"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue