Skip to content

Commit 7427289

Browse files
committed
Update test comand
1 parent eb4e139 commit 7427289

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: node_js
22
node_js:
33
- 0.4
44
- 0.6
5+
- 0.7
56
before_install: git submodule init && git submodule --quiet update

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## About <img src="https://secure.travis-ci.org/1602/jugglingdb.png" />
1+
## About [<img src="https://secure.travis-ci.org/1602/jugglingdb.png" />](http://travis-ci.org/#!/1602/jugglingdb)
22

33
JugglingDB is cross-db ORM, providing **common interface** to access most popular database formats.
44
Currently supported are: mysql, mongodb, redis, neo4j and js-memory-storage (yep,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "index.js",
1010
"scripts": {
11-
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.*"
11+
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* & ONLY=redis nodeunit test/common_test.js"
1212
},
1313
"engines": [
1414
"node >= 0.4.0"

0 commit comments

Comments
 (0)