Closed sindresorhus closed 8 years ago
And the other way around. For example if the engine field is ">=4", and .travis.yml contains 4 and 0.12 it should warn that 0.12 is moot and that 6 is missing.
4
0.12
6
Was thinking about this a couple of days ago. Thanks for requesting it :). Should be fixable as well.
And the other way around. For example if the engine field is ">=4", and .travis.yml contains
4
and0.12
it should warn that0.12
is moot and that6
is missing.