yjs/.travis.yml
2015-02-18 00:44:16 +00:00

8 lines
136 B
YAML

language: node_js
before_install:
- "npm install -g bower coffee-script"
- "bower install"
node_js:
- "0.12"
- "0.11"
- "0.10"