From a177ee7bd5c6a7f5970bc8d59cc3c2f14aa72219 Mon Sep 17 00:00:00 2001 From: Graham McGregor Date: Sat, 7 Oct 2017 15:59:04 -0400 Subject: [PATCH] Change nodejs runtime target for tests to LTS --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 762841e..d21c482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 4.4.0 + - lts/* - stable install: - npm install