diff --git a/.travis.yml b/.travis.yml index babe6b4..0dd2d96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,7 @@ python: - "3.2" script: - "python3 setup.py test" +before_install: + - sudo apt-get install -y ffprobe install: - "pip3 install setuptools"