mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
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
2 changed files with 7 additions and 1 deletions
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 a new issue