From 2948d75ec8b9104cceecd4c61e7642e3ef441c04 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 25 May 2017 16:30:01 -1000 Subject: [PATCH] #4: update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 137e47b..0adcf99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ before_install: - sudo add-apt-repository -y ppa:pavlyshko/precise - sudo apt-get update - apt-cache madison ffmpeg - - sudo apt-get install -y pavlyshko/ffmpeg + - sudo apt-get install -y pavlyshko/precise/ffmpeg install: - pip install -r requirements.txt script: py.test