We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e0584 + 4ef566d commit 6f5e765Copy full SHA for 6f5e765
.travis.yml
@@ -4,9 +4,10 @@ notifications:
4
- evantahler@gmail.com
5
language: node_js
6
node_js:
7
- - "0.10"
8
- - "0.12"
9
- - "iojs"
10
- - "4.0"
+ - "7"
+ - "6.6"
+ - "6"
+ - "5"
11
+ - "4"
12
services:
13
- redis-server
package.json
@@ -2,7 +2,7 @@
2
"author": "Evan Tahler <evantahler@gmail.com>",
3
"name": "node-queue-bus",
"description": "an implementation of queuebus in node",
- "version": "0.2.0",
+ "version": "0.2.1",
"homepage": "http://github.com/queue-bus/node-queue-bus",
"repository": {
"type": "git",
0 commit comments