9 lines
137 B
YAML
9 lines
137 B
YAML
language: node_js
|
|
node_js: node
|
|
before_install:
|
|
- gem install sass
|
|
- npm install -g grunt-cli
|
|
install:
|
|
- npm install
|
|
script: grunt
|