Created
October 1, 2015 10:23
-
-
Save YumaInaura/8cbbfdbe6c49d4202768 to your computer and use it in GitHub Desktop.
Travis CI の script で sudo できない時の対処法 ref: http://qiita.com/Yinaura/items/5987b282a56576149502
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo: true | |
script: | |
- sudo make install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo make install | |
sudo: must be setuid root | |
The command "sudo make install" exited with 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment