From 22b0807e41c897a76c9cc2470eee842be3db8fab Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 11 Dec 2016 03:11:12 +0100 Subject: [PATCH] .travis.yml: sudo required --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb8f3458..a70c331b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: env: WAFOPTS="--with-target-platform=ios --disable-avcodec" AUBIO_NOTESTS=1 dist: trusty -sudo: false +sudo: required addons: apt: -- 2.11.0