mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-16 03:43:12 +00:00
9 lines
116 B
YAML
9 lines
116 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "5.1"
|
|
- "4"
|
|
- "0.12"
|
|
before_script:
|
|
- npm install grunt-cli -g
|
|
script: grunt |