From 45f4a9881b7914264c7fe7f4cefe13b79083e5eb Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sun, 18 Nov 2018 20:42:51 +0100 Subject: [PATCH] Use node LTS version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3b58a4..6044dc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js sudo: false node_js: -- '0.10' +- '10' branches: only: - gh-pages