5 lines
80 B
YAML
5 lines
80 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- 4.1.1
|
||
|
before_script:
|
||
|
- npm install -g grunt-cli
|