Very very basic travis setup. Will be able to configure this to be much better & more useful once grunt is all setup.

This commit is contained in:
Hannah Wolfe 2013-05-12 21:15:35 +01:00
parent 956cda158a
commit bfd0126356
2 changed files with 7 additions and 1 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"

View File

@ -3,7 +3,8 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
"start": "node app",
"test": "nodeunit core/test/ghost"
},
"dependencies": {
"express": "3.1.0",