Fix problematic sudo in .travis.yml

This commit is contained in:
archshift 2015-02-12 20:36:37 -08:00
parent 67ca9736a5
commit 51ef71fa3c

View File

@ -14,7 +14,7 @@ install:
- sudo perl devkitARMupdate.pl - sudo perl devkitARMupdate.pl
- cd ctrulib/libctru - cd ctrulib/libctru
- make - make
- sudo make install - sudo -E make install
script: script:
- make - make