Skip to content

Commit

Permalink
travis: Simplify apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Feb 16, 2014
1 parent c518cbf commit 3790dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ install:
- "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update || true"
- "sudo apt-get install $(apt-cache depends mopidy-spotify | awk '$2 !~ /mopidy-spotify|python:any/ {print $2}')"
- "sudo apt-get install mopidy-spotify"
- "pip install --allow-unverified=mopidy coveralls flake8 mopidy==dev"

before_script:
Expand Down

0 comments on commit 3790dfe

Please sign in to comment.