From 97f98fbc7fb04a7c1b5fee9ba732b31acbaad678 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 28 Feb 2021 10:46:11 +0100 Subject: [PATCH] chg: [travis] updated to latest Node.js --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 950d2b1..831ef63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "7" + - "14" dist: trusty @@ -12,7 +12,6 @@ install: - sudo npm cache clean -f - sudo npm install -g n - sudo n stable - - sudo ln -sf /usr/local/n/versions/node/8.0.0/bin/node /usr/bin/node - sudo npm update -g - npm install honkit - npm install gitbook-plugin-autocover @@ -23,5 +22,5 @@ install: - npm install gitbook-plugin-codesnippet script: - - npx honkit install + - npm install honkit - npx honkit build