mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 22:57:14 +00:00
11 lines
126 B
YAML
11 lines
126 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
|
|
sudo: false
|
|
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
|
|
script:
|
|
- grunt test-travis |