16 lines
184 B
YAML
16 lines
184 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
- "0.12"
|
|
- "4"
|
|
- "5"
|
|
- "6"
|
|
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install
|
|
|
|
script: grunt test --verbose --force
|