mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 21:16:21 +00:00
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
|