5 lines
72 B
YAML
5 lines
72 B
YAML
language: node_js
|
|
before_script:
|
|
- npm install -g grunt
|
|
script: grunt
|