From bc35ed3172e73f3d33c7ace3155d6e95a7046265 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Mon, 31 Oct 2016 21:03:03 +0100 Subject: [PATCH] Add support for Node.js 7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 11a502e3ee..eefd235406 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ node_js: - "0.12" - "4" - "6" + - "7" after_success: npm run coveralls