mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +00:00
8 lines
114 B
YAML
8 lines
114 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
- "0.12"
|
|
- "iojs"
|
|
before_script:
|
|
- npm install -g grunt-cli |