OverZealous / run-sequence

Run a series of dependent gulp tasks in order
MIT License
962 stars 61 forks source link

Added osx support to travis ci #76

Closed amilajack closed 8 years ago

OverZealous commented 8 years ago

Out of curiosity, is there any specific reason you added these in? The only time I usually have OS-specific issues is on Windows boxes, with invalid paths.

amilajack commented 8 years ago

Got it. Should close this then.

OverZealous commented 8 years ago

Note: it's not that I planned to close it, I just didn't know if there was a specific reason, or just general coverage.

amilajack commented 8 years ago

It was just to be safe.

OverZealous commented 8 years ago

OK, in that case, I don't really want to make the tests take longer unnecessarily. Since run-sequence doesn't really do anything outside the Node universe, any OS-specific issues would be a Node problem, and not with this library.

Thanks, though!