From cb30f3178d04cfacd6d1df8c49b80b4ecab16c5b Mon Sep 17 00:00:00 2001 From: Sakthipriyan Vairamani Date: Mon, 7 Nov 2016 22:42:25 +0530 Subject: [PATCH] include all latest node.js versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 77c99b0..edee10b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ node_js: - '3' - '4' - '5' + - '6' + - '7' - node after_success: - node_modules/.bin/babel tests/tests.js --out-file tests/tests-es5.js