Skip to content

Commit

Permalink
Test 0.10 only as does not work with Streams3 transduce#2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbeaty committed Apr 4, 2015
1 parent 34f5177 commit f15d20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.12"
- "iojs"
- "0.10"
env:
- TRANSDUCE_IMPL=transduce
- TRANSDUCE_IMPL=transducers-js
Expand Down
2 changes: 1 addition & 1 deletion transduce-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TransduceStream.prototype.destroy = function(err){
var self = this
process.nextTick(function(){
if(err) self.emit('error', err)
self.emit('close')
self.end()
})
}
}

0 comments on commit f15d20c

Please sign in to comment.