Use sudo with makefile

This commit is contained in:
Dylan 2016-03-26 12:15:17 +11:00
parent 87d104414b
commit 1133cc01cf

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