From e9c3f5553db9bb7bc7348340aa8aebfef2d103f7 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 12 May 2016 16:11:10 -0700 Subject: [PATCH] try using node 5 and 6 again with an additional npm install call, because npm3 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0456315..67a775b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: node_js node_js: + - "stable" + - "5" - "4" - "4.3" notifications: email: false +before_script: npm install after_success: npm run coverage