mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
switch travis env to trusty tahir (14.04)
[skip appveyor]
This commit is contained in:
parent
81887ed817
commit
6f5e08a0bb
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
dist: trusty
|
||||
sudo: required
|
||||
language: python
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
@ -29,6 +30,9 @@ matrix:
|
|||
# Non-Python dependencies.
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ trusty multiverse"
|
||||
- sourceline: "deb http://archive.ubuntu.com/ubuntu/ trusty-updates multiverse"
|
||||
packages:
|
||||
- bash-completion
|
||||
- mp3gain
|
||||
|
|
|
|||
Loading…
Reference in a new issue