From 7cfd4259fd0f02559c8c477b1b5e410e8a3f5e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Thu, 17 Aug 2017 10:47:36 +0200 Subject: [PATCH 1/2] Add all supported releases to Travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a2f1c6..b49c5e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: node_js node_js: - - 'stable' + - '8' + - '7' + - '6' + - '4' - '0.12' - '0.10' From d74b70d09477701c332fdb6041f8f77f08afe754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Thu, 17 Aug 2017 11:13:46 +0200 Subject: [PATCH 2/2] Fix tests on Node.js >=8.4 --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index d7c593d..4583581 100644 --- a/test.js +++ b/test.js @@ -238,7 +238,7 @@ it('native function', function() { ], [ 'Error: 1', /[/\\].original\.js/, - /at Array\.map \(native\)/ + /at Array\.map \((native|)\)/ ]); });