From cba957afab1d5fdca08eccf093f763e722d18dfc Mon Sep 17 00:00:00 2001 From: Paul Devine Date: Thu, 22 Jun 2017 10:28:40 -0700 Subject: [PATCH 1/2] bumping version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9343692..d541b07 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Evan Tahler ", "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", From 4ef566d3072c6006521f851392c53a47f66d2232 Mon Sep 17 00:00:00 2001 From: Paul Devine Date: Thu, 22 Jun 2017 10:35:34 -0700 Subject: [PATCH 2/2] modernize travis nodejs versions, was testing ancient reality --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c72b163..c0c981e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,10 @@ notifications: - evantahler@gmail.com language: node_js node_js: - - "0.10" - - "0.12" - - "iojs" - - "4.0" + - "7" + - "6.6" + - "6" + - "5" + - "4" services: - redis-server