From bb541add860d2f133c17e0fb01474aa0cf2a04cc Mon Sep 17 00:00:00 2001 From: Mark Herhold Date: Sun, 4 Sep 2016 12:50:37 -0400 Subject: [PATCH] Test against Node.js 4 and 6 LTS --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 14344eb..e7703f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ node_js: - "0.10" - "0.12" - "iojs" + - "4" + - "6" script: - npm test - npm run lint