From c50847aea94d981f0096f28eb4228ef90224cda0 Mon Sep 17 00:00:00 2001 From: Karl Kroening <karlk@kralnet.us> Date: Thu, 25 May 2017 16:31:23 -1000 Subject: [PATCH] #4: update travis config --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0adcf99..f17c99f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ before_install: - sudo add-apt-repository -y ppa:pavlyshko/precise - sudo apt-get update - apt-cache madison ffmpeg + - ls /etc/apt/preferences.d/ + - cat /etc/apt/preferences.d/priority-ubuntu - sudo apt-get install -y pavlyshko/precise/ffmpeg install: - pip install -r requirements.txt