Merge branch 'add-travisci' of https://github.com/nschonni/reveal.js
This commit is contained in:
commit
212450a18d
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
|
@ -15,6 +15,9 @@
|
|||
"engines": {
|
||||
"node": "~0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt lint qunit"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore" : "~1.3.3",
|
||||
"express" : "~2.5.9",
|
||||
|
@ -22,6 +25,7 @@
|
|||
"mustache" : "~0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-mincss": "~0.3.1"
|
||||
"grunt-contrib-mincss": "~0.3.1",
|
||||
"grunt": "~0.3.17"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user