mirror of https://github.com/MISP/misp-book
Update travis to install the latest version of node.js
parent
789f2b1b28
commit
762fb3af10
|
@ -6,6 +6,8 @@ sudo: required
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -y install libgif-dev calibre
|
- sudo apt-get -y install libgif-dev calibre
|
||||||
|
- npm install -g n
|
||||||
|
- n stable
|
||||||
- npm install gitbook-cli -g
|
- npm install gitbook-cli -g
|
||||||
- npm install gitbook-plugin-autocover
|
- npm install gitbook-plugin-autocover
|
||||||
- npm install gitbook-plugin-github
|
- npm install gitbook-plugin-github
|
||||||
|
|
Loading…
Reference in New Issue