Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created October 1, 2015 10:23
Show Gist options
  • Save YumaInaura/8cbbfdbe6c49d4202768 to your computer and use it in GitHub Desktop.
Save YumaInaura/8cbbfdbe6c49d4202768 to your computer and use it in GitHub Desktop.
Travis CI の script で sudo できない時の対処法 ref: http://qiita.com/Yinaura/items/5987b282a56576149502
sudo: true
script:
- sudo make install
$ 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