8 lines
185 B
YAML
8 lines
185 B
YAML
|
|
language: node_js
|
||
|
|
node_js:
|
||
|
|
- "0.11"
|
||
|
|
before_script:
|
||
|
|
- npm install -g grunt-cli
|
||
|
|
- npm install grunt grunt-contrib-jasmine grunt-contrib-jshint grunt-contrib-uglify
|
||
|
|
script: grunt -v
|