8000 #4: update travis config · Powercoder64/ffmpeg-python@49005e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49005e7

Browse files
committed
kkroening#4: update travis config
1 parent c50847a commit 49005e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ before_install:
55
- apt-cache madison ffmpeg
66
- ls /etc/apt/preferences.d/
77
- cat /etc/apt/preferences.d/priority-ubuntu
8-
- sudo apt-get install -y pavlyshko/precise/ffmpeg
8+
- apt-cache policy
9+
- sudo apt-get install -y ffmpeg
910
install:
1011
- pip install -r requirements.txt
1112
script: py.test

0 commit comments

Comments
 (0)
0