From 762fb3af104cbe493f6e94012e4d789fbafdfc67 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 22 Jul 2017 22:25:41 +0200 Subject: [PATCH] Update travis to install the latest version of node.js --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5283a3e..ca243b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ sudo: required install: - sudo apt-get -y install libgif-dev calibre + - npm install -g n + - n stable - npm install gitbook-cli -g - npm install gitbook-plugin-autocover - npm install gitbook-plugin-github