From 41a2608160e0d5b2464f72a71bfc05f3a6b3da36 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 9 May 2019 05:39:53 +0700 Subject: [PATCH] Test on multiple Node.js versions --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3e7063f..90b7525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: node_js node_js: + - '12' + - '10' - '8' + - '6' script: npm test && npm run bench after_success: npm run coverage notifications: