Use sudo with makefile

This commit is contained in:
Dylan 2016-03-26 12:15:17 +11:00
parent 87d104414b
commit 1133cc01cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ language: bash
sudo: required sudo: required
script: script:
- make install - sudo make install
- bash neofetch --ascii - bash neofetch --ascii