shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

chore: consider allowing iojs failures on travis #99

Closed nfischer closed 7 years ago

nfischer commented 7 years ago

I've noticed that iojs seems to be failing often on Travis, usually due to nvm issues. We should probably consider allowing failures for iojs builds until things get consistent. Because we're testing on v0.12 and v4, it's pretty unlikely that those will pass but we'll get actual failures on iojs.

This way we can continue supporting iojs, but won't be bogged down by flakiness on the travis machines.