Merge pull request #24 from archshift/patch-2

Fix problematic `sudo` in .travis.yml
This commit is contained in:
bunnei 2015-02-13 00:21:33 -05:00
commit 2e22111820

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