yjs/.travis.yml
2015-07-15 21:24:05 +02:00

13 lines
164 B
YAML

language: node_js
before_install:
- "npm install -g bower"
- "bower install"
node_js:
- "0.12"
- "0.11"
- "0.10"
branches:
only:
- master
- 0.6