grosser / wwtd

WWTD: Travis simulator - faster + no more waiting for build emails
MIT License
366 stars 21 forks source link

fix partial matrix excludes #55

Closed ccutrer closed 5 years ago

ccutrer commented 5 years ago

the docs clearly state that excludes only have to match on the keys provided: https://docs.travis-ci.com/user/build-matrix/#excluding-jobs

grosser commented 5 years ago

great fix! can you use something other than slice so it works on ruby <2.5 ? a.values_at(keys) == b.values_at(keys) should work

grosser commented 5 years ago

1.4.0