Add a travis configuration (experimental).
This commit is contained in:
parent
8bbd928831
commit
fa27ff2976
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
node_js:
|
||||
-0.10.0
|
||||
|
||||
before_script: "./autogen.sh && ./configure.sh && make"
|
||||
script: "make check-javascript-test-suite"
|
||||
Loading…
Add table
Add a link
Reference in a new issue