It is documented that the webhooks option on_start can have true or false as value. From the travis-core project, it seems that on_start accepts the documented value true but also the undocumented value always.
Currently the linter warns for using values true or false and guides us to use either always, changed or never as in the SPEC.md file.
It is documented that the webhooks option
on_start
can havetrue
orfalse
as value. From the travis-core project, it seems thaton_start
accepts the documented valuetrue
but also the undocumented valuealways
.Currently the linter warns for using values
true
orfalse
and guides us to use eitheralways
,changed
ornever
as in the SPEC.md file.when testing
actual result
expected result