yjs/.travis.yml
2015-02-17 23:19:41 +00:00

11 lines
174 B
YAML

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