From 41c535089eeb454ed80c1eabd4eb53c1737019e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 11 Apr 2016 13:08:59 +0200 Subject: [PATCH] Add default travis file --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2fd3a08 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: node_js + +dist: trusty + +sudo: required + +install: + - sudo apt-get -y install libgif-dev calibre + - npm install gitbook-cli -g + - npm install gitbook-plugin-autocover + - npm install gitbook-plugin-github + - npm install gitbook-plugin-toc + +script: + - gitbook build