Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 3d49d5a

Browse files
committed
Sunsets support for node 0.8.x
1 parent df7b66e commit 3d49d5a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ env:
44
- CXX="g++-4.8"
55

66
node_js:
7-
- "0.8"
87
- "0.10"
98
- "0.12"
109
- "iojs"

test/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ var Lab = require('lab');
99

1010
// Test shortcuts
1111

12-
// This is a hack for node 0.8.x
13-
global.setImmediate = global.setImmediate || process.nextTick.bind(process);
14-
1512
var lab = exports.lab = Lab.script();
1613
var expect = Code.expect;
1714
var describe = lab.describe;

0 commit comments

Comments
 (0)