diff --git a/.travis.yml b/.travis.yml index 5769d6ac..e5ebaba1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: node_js node_js: - 0.4 - 0.6 + - 0.7 before_install: git submodule init && git submodule --quiet update diff --git a/README.md b/README.md index 1beb0d73..57ada9db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## About +## About [](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, diff --git a/package.json b/package.json index 7eaeb3a0..3a42ccdc 100644 --- a/package.json +++ b/package.json @@ -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"