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.
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 tolinux
, this PR replacesudo: false
withos: linux
.