enable travis

This commit is contained in:
Loic Nageleisen 2014-04-18 19:34:35 +02:00
parent ec516c106c
commit 90f07f5fb8

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- npm install coffee-script
script:
make spec