f500 / future-ci

A Continuous Integration tool by Future500 B.V.
MIT License
3 stars 2 forks source link

Runs with a single skip_suite throw warning #17

Closed mvriel closed 9 years ago

mvriel commented 9 years ago

When using the skip_suite configuration option you get an error if you provide a string instead of an array. I have changed the handling to support this use case by converting anything non-array to an array there.