Skip to content

Commit 6020c02

Browse files
authored
Merge pull request #187 from evanw/update-travis
Add all supported releases to Travis
2 parents df2d24f + d74b70d commit 6020c02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
3-
- 'stable'
3+
- '8'
4+
- '7'
5+
- '6'
6+
- '4'
47
- '0.12'
58
- '0.10'

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ it('native function', function() {
238238
], [
239239
'Error: 1',
240240
/[/\\].original\.js/,
241-
/at Array\.map \(native\)/
241+
/at Array\.map \((native|<anonymous>)\)/
242242
]);
243243
});
244244

0 commit comments

Comments
 (0)