wp-cli / maintenance-mode-command

Activates, deactivates or checks the status of the maintenance mode of a site.
MIT License
9 stars 5 forks source link

Fix Travis CI `sudo` warning #6

Closed schlessera closed 4 years ago

schlessera commented 4 years ago

Travis currently shows a warning that the configuration option sudo has been deprecated.

As there's another information (not a warning yet) that the configuration argument os is missing and defaults to linux, this PR replace sudo: false with os: linux.