зеркало из https://github.com/telerik/dss.git
Adds settings for travis to run tests
This commit is contained in:
Родитель
2246280c1a
Коммит
c42d519c12
|
@ -0,0 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
|
@ -25,6 +25,9 @@
|
|||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"dependencies": {
|
||||
"mustache": "0.7.0",
|
||||
"wrench": "1.4.4"
|
||||
|
|
Загрузка…
Ссылка в новой задаче