From 6e7a48b7bfbfc8385b21374c7037bc6e411d9141 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Tue, 23 Jul 2019 09:30:24 -0700 Subject: [PATCH] ci: test with node 8, 10, and 12 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08be7ec0..ed2d9bca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,10 @@ cache: - ~/.npm notifications: email: false -node_js: '8' +node_js: + - '8' + - '10' + - '12' install: npm install script: npm run validate after_success: kcd-scripts travis-after-success