blob: 425c133d67004971e4bd7bbb690fc347a9e13fd6 (
plain)
1
2
3
4
5
6
7
8
|
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
install: sudo apt-get install texinfo texlive-latex-base
script: autoreconf -fvi && ./configure && make all info pdf html
|