mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 19:06:31 +00:00
7 lines
105 B
YAML
7 lines
105 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
before_install:
|
|
- npm install svgexport -g |