Update test comand
This commit is contained in:
parent
eb4e13922a
commit
7427289c59
|
@ -2,4 +2,5 @@ language: node_js
|
|||
node_js:
|
||||
- 0.4
|
||||
- 0.6
|
||||
- 0.7
|
||||
before_install: git submodule init && git submodule --quiet update
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue