From efebc8d0490f9d217e39b2b374b89dd86eb704d2 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Wed, 2 Dec 2020 20:53:43 +0100 Subject: [PATCH] [travis] add sudo (accidentially removed) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00a9074..4566db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ before_script: - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build before_install: - - apt-get -qq update + - sudo apt-get -qq update install: - - apt-get install python-dbus + - sudo apt-get install python-dbus - pip install -U coverage pytest pytest-mock freezegun - pip install i3-py Pillow Babel DateTime python-dateutil - pip install docker feedparser==6.0.0b1 i3ipc