File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ JSON=amqp-rabbitmq-0.9.1.json
3
3
RABBITMQ_CODEGEN =https://raw.githubusercontent.com/rabbitmq/rabbitmq-codegen
4
4
AMQP_JSON =$(RABBITMQ_CODEGEN ) /$(RABBITMQ_SRC_VERSION ) /$(JSON )
5
5
6
- NODEJS_VERSIONS ='0.8' '0.9' '0.10' '0.11' '0.12' '1.6 ' '2.5' '3.3' '4.2 ' '5.5 ' '6.2 ' '8.9 ' '9.11' '10.7 ' '11.1 '
6
+ NODEJS_VERSIONS ='0.8' '0.9' '0.10' '0.11' '0.12' '1.8.4 ' '2.5' '3.3' '4.9 ' '5.12 ' '6.17 ' '8.17 ' '9.11' '10.21 ' '11.15' '12.18' '13.14' '14.5 '
7
7
8
8
MOCHA =./node_modules/.bin/mocha
9
9
_MOCHA =./node_modules/.bin/_mocha
@@ -29,7 +29,8 @@ test: lib/defs.js
29
29
30
30
test-all-nodejs : lib/defs.js
31
31
for v in $( NODEJS_VERSIONS) ; \
32
- do nave use $$ v $(MOCHA ) -u tdd -R progress test ; \
32
+ do echo " -- Node version $$ v --" ; \
33
+ nave use $$ v $(MOCHA ) -u tdd -R progress test ; \
33
34
done
34
35
35
36
coverage : $(ISTANBUL ) lib/defs.js
Original file line number Diff line number Diff line change 10
10
* [ Examples from RabbitMQ tutorials] [ tutes ]
11
11
12
12
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1
13
- client for Node.JS v0.8-0.12, v4-v9 , and the intervening io.js
13
+ client for Node.JS v0.8-0.12, v4-v14 , and the intervening io.js
14
14
releases.
15
15
16
16
This library does not implement [ AMQP
You can’t perform that action at this time.
0 commit comments