umodule-js/.travis.yml
2014-04-18 19:34:14 +02:00

8 lines
114 B
YAML

language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- npm install coffee-script
script:
make spec