mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-10 01:04:28 +00:00
8 lines
100 B
YAML
8 lines
100 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "5.1"
|
|
before_script:
|
|
- npm install grunt-cli -g
|
|
script: grunt
|