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

10 lines
136 B
YAML

language: node_js
before_install: "bower install && npm install"
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- iojs