From a87f405a3c4c7301952c1540123e3785a1ab6268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zihua=20=E5=AD=90=E9=AA=85?= Date: Sun, 8 May 2016 22:38:00 +0800 Subject: [PATCH] feat: add support for Node.js v6 (#295) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a125fb3f..3e79c124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ node_js: - '0.11' - '0.12' - 'iojs' -- '4.0' -- '4.1' +- '4' +- '5' +- '6' services: - redis-server