m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

EPIPE error on Travis #12

Closed cbarrick closed 9 years ago

cbarrick commented 10 years ago

Travis reports an EPIPE error on Node v0.11.13 for 07b9f9091603aeef88973105556beb6f66e28eb7 and all later commits. See the log here.

I cannot reproduce this with the same Node version.

cbarrick commented 10 years ago

The build passed on v0.11.13 for the previous commit, and only the readme changes. (log)

cbarrick commented 10 years ago

After restarting the build for 07b9f90, Travis reports the error on Node v0.10.26 as well.

I can't reproduce this locally.

cbarrick commented 10 years ago

Since I can't reproduce this locally, I'm dropping official support for Node v0.11 until I have a better understanding of the issue.

cbarrick commented 9 years ago

This has started happening on v0.10 on Travis. I've removed Travis testing all together. Since this doesn't seem to be causing problems in practice, I'm closing this issue.