Skip to content

Commit

Permalink
add node 0.10 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Oct 31, 2018
1 parent a5d94f7 commit 7426205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- 4
- 6
Expand Down
14 changes: 0 additions & 14 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,4 @@ Mocha.describe('multiprocess-map', function () {
}
})
})
Mocha.it('can give you stdout as it comes', function () {
this.timeout(10 * 1000)
return map([1], function () {
console.log('some stdout')

setTimeout(function () {
console.log('more stdout')
}, 1000)

return new Promise(function (resolve) {
setTimeout(resolve, 2000)
})
})
})
})

0 comments on commit 7426205

Please sign in to comment.