From 29f145455568105f77e94b291c7f8bbfc0dea482 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 16 Sep 2018 23:47:41 +0200 Subject: [PATCH] Try another way --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7536e05..7c23581 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,13 +25,10 @@ matrix: - python: 3.7 dist: xenial sudo: true - addons: - apt: - sources: - - xerus-media - packages: - - ubuntu-restricted-extras - - ffmpeg + before_install: + - sudo add-apt-repository ppa:mc3man/xerus-media -y + - sudo apt-get update -qq + - sudo apt-get install -qq ubuntu-restricted-extras ffmpeg - python: 3.6 env: TOXENV=check allow_failures: