mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-16 03:43:12 +00:00
13 lines
151 B
YAML
13 lines
151 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "5.1"
|
|
before_script:
|
|
- npm install grunt-cli -g
|
|
script:
|
|
- grunt
|
|
- npm test
|
|
cache:
|
|
directories:
|
|
- node_modules
|