7 lines
108 B
YAML
7 lines
108 B
YAML
language: node_js
|
|
node_js:
|
|
- 4
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
after_script:
|
|
- grunt retire
|