mirror of
https://github.com/less/less.js.git
synced 2026-02-10 06:55:09 -05:00
9 lines
113 B
YAML
9 lines
113 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
- "0.8"
|
|
install:
|
|
- npm install -g grunt-cli
|
|
- npm install
|