From 1133cc01cf0d34a328f384426ade47512a72138b Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 26 Mar 2016 12:15:17 +1100 Subject: [PATCH] Use sudo with makefile --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72beb302..9c97f4d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ language: bash sudo: required script: - - make install + - sudo make install - bash neofetch --ascii