From 46bc6b7eba9d52f7ac2013d933554c94f8072f77 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Mon, 26 Nov 2018 16:29:25 +0100 Subject: [PATCH] ci: test Node.js 6, 8, 10 and 11 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 445752c..687c15f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js node_js: + - "node" + - "10" - "8" - "6" - - "4" -after_success: npm run coverage \ No newline at end of file +after_success: npm run coverage +install: npm install \ No newline at end of file