From a7b08660020bb3375e55cb0d9a80514cdba208e8 Mon Sep 17 00:00:00 2001 From: Peter Dotchev Date: Thu, 25 Aug 2016 12:21:29 +0300 Subject: [PATCH 1/3] Test on node v6 instead of v5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0755cb..f2c174e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ cache: node_js: - "0.12" - "4" - - "5" \ No newline at end of file + - "6" \ No newline at end of file From ece3271f53275624286dc93354a8db0fe763d3e8 Mon Sep 17 00:00:00 2001 From: Peter Dotchev Date: Thu, 25 Aug 2016 14:54:37 +0300 Subject: [PATCH 2/3] Run tests on node 6.3 as 6.4 is broken --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2c174e..208c466 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ cache: node_js: - "0.12" - "4" - - "6" \ No newline at end of file + - "6.3" # bug #8127 in node 6 breaks the tests From ac62b3c990e70f49f98df0797503aa2aeee8d3fe Mon Sep 17 00:00:00 2001 From: Peter Dotchev Date: Tue, 10 Jan 2017 16:23:30 +0200 Subject: [PATCH 3/3] Test with latest node 6 version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 208c466..9b22a05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ cache: node_js: - "0.12" - "4" - - "6.3" # bug #8127 in node 6 breaks the tests + - "6"