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:
parent
956cda158a
commit
bfd0126356
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.8"
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user