mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
11 lines
167 B
YAML
11 lines
167 B
YAML
language: node_js
|
|
before_install:
|
|
- "npm install -g bower coffee-script"
|
|
- "bower install"
|
|
node_js:
|
|
- "0.12"
|
|
- "0.11"
|
|
- "0.10"
|
|
branches:
|
|
only:
|
|
- master |