From 7089debae22be14d94702186501ea0267b59bdc6 Mon Sep 17 00:00:00 2001 From: David Majda Date: Wed, 27 Apr 2016 09:24:27 +0200 Subject: [PATCH] .travis.yml: Test also with Node.js 6.0.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f5ee5cc..2912425 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ node_js: - "0.12" - "4.0" - "5.0" + - "6.0" cache: directories: - node_modules