🖥

What to do if you can not sudo with Travis CI script

2019/04/16に公開

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

About this translattion

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-04-16

Discussion