misp-book/.travis.yml

20 lines
390 B
YAML
Raw Normal View History

2016-04-11 13:08:59 +02:00
language: node_js
dist: trusty
sudo: required
install:
- sudo apt-get -y install libgif-dev calibre
- npm install -g n
- n stable
2016-04-11 13:08:59 +02:00
- npm install gitbook-cli -g
- npm install gitbook-plugin-autocover
- npm install gitbook-plugin-github
- npm install gitbook-plugin-toc
2016-04-25 11:05:40 +02:00
- npm install gitbook-plugin-anchors
2016-04-11 13:08:59 +02:00
script:
2016-04-25 11:05:40 +02:00
- gitbook install
2016-04-11 13:08:59 +02:00
- gitbook build