Skip to content

Commit

Permalink
Support node@0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
khanh-nguyen committed Jan 6, 2015
1 parent e47b2d4 commit 958020f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.10"
1 change: 1 addition & 0 deletions test/unit/index.js
Expand Up @@ -14,6 +14,7 @@ var ts = require('../..'),
test('unit test', function(t) {
t.beforeEach(function(t) {
rs = require('stream').Readable();
rs._read = function noop() {};
actual = '';
tapSpec = ts();
tapSpec.on('data', function(data) {
Expand Down

0 comments on commit 958020f

Please sign in to comment.