Skip to content

Commit

Permalink
Merge branch 'release/v0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
andzdroid committed May 2, 2012
2 parents 3011db4 + 9df8c7b commit 5cac35d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- 0.4
- 0.6
branches:
only:
- master
- develop
before_script:
- node app &
7 changes: 6 additions & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Chun-hao Hu <hu.chunhao@gmail.com> (http://blog.huchunhao.com)", "author": "Chun-hao Hu <hu.chunhao@gmail.com> (http://blog.huchunhao.com)",
"name": "mongo-express", "name": "mongo-express",
"description": "Web-based admin interface for MongoDB", "description": "Web-based admin interface for MongoDB",
"version": "0.3.1", "version": "0.3.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/andzdroid/mongo-express.git" "url": "git://github.com/andzdroid/mongo-express.git"
Expand All @@ -14,6 +14,11 @@
"swig": "0.11.x", "swig": "0.11.x",
"underscore": "1.3.x" "underscore": "1.3.x"
}, },
"devDependencies": {
"mocha": "1.0.x",
"zombie": "0.13.x",
"chai": "0.5.x"
},
"engine": "node >= 0.6", "engine": "node >= 0.6",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
Expand Down

0 comments on commit 5cac35d

Please sign in to comment.