Update test comand

This commit is contained in:
Anatoliy Chakkaev 2012-01-19 22:11:44 +04:00
parent eb4e13922a
commit 7427289c59
3 changed files with 3 additions and 2 deletions

View File

@ -2,4 +2,5 @@ language: node_js
node_js:
- 0.4
- 0.6
- 0.7
before_install: git submodule init && git submodule --quiet update

View File

@ -1,4 +1,4 @@
## About <img src="https://secure.travis-ci.org/1602/jugglingdb.png" />
## About [<img src="https://secure.travis-ci.org/1602/jugglingdb.png" />](http://travis-ci.org/#!/1602/jugglingdb)
JugglingDB is cross-db ORM, providing **common interface** to access most popular database formats.
Currently supported are: mysql, mongodb, redis, neo4j and js-memory-storage (yep,

View File

@ -8,7 +8,7 @@
},
"main": "index.js",
"scripts": {
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.*"
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* & ONLY=redis nodeunit test/common_test.js"
},
"engines": [
"node >= 0.4.0"