From 3ceb15f619371652b08697a4c8698f02ab1f36f5 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 18 Jan 2019 17:20:23 +0100 Subject: [PATCH] Use sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e75d9ad..7bb375e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ os: linux script: - chmod +x *.sh -- ./install.sh +- sudo ./install.sh - shellcheck covermyass