1
0
Fork 0

Initial Travis CI configuration

My understanding is that this should do stuff.
master
Mike Gerwitz 2014-01-17 13:36:58 -05:00
parent a76fd811ed
commit 6b721b9b43
1 changed files with 8 additions and 0 deletions

8
.travis.yml 100644
View File

@ -0,0 +1,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