From e38299ceb90681ff6a2c1a38f92cafe18196c70f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 21 Nov 2017 14:05:50 +0100 Subject: [PATCH] Fix the build Travis isn't running as root anymore :/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9edef07..69b59b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ addons: apt: packages: - devscripts + - fakeroot install: - git clone --depth 1 https://github.com/plusvic/yara.git yara3