🖥
What to do if you can not sudo with Travis CI script
If you get this error.
$ sudo make install sudo: must be setuid root The command "sudo make install" exited with 1.
Let's allow sudo in Travis settings.
sudo: true script: - sudo make install
However, the test seems to be a little late.
Original by
Travis CI の script で sudo できない時の対処法
About
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-04-16
Discussion