mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-29 09:14:59 +00:00
Grunt and Travis, you\'re late
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "5.1"
|
||||
- "4"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
before_script:
|
||||
- npm install grunt-cli -g
|
||||
script: grunt
|
Reference in New Issue
Block a user