Add a travis configuration (experimental).

This commit is contained in:
Oliver Buchtala 2013-09-03 17:03:08 +02:00
commit fa27ff2976

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
node_js:
-0.10.0
before_script: "./autogen.sh && ./configure.sh && make"
script: "make check-javascript-test-suite"