From 7a4f418e75541a288f148a6132321d78d8bcb0fe Mon Sep 17 00:00:00 2001 From: d98762625 Date: Mon, 29 Apr 2019 17:10:40 +0100 Subject: [PATCH] configure travis to use node LTS instead of latest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81830c03..63d39719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - node + - lts/* addons: chrome: stable install: npm install