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