Skip to content

Commit 2b18145

Browse files
committed
Merge branch 'release/1.0.1'
2 parents a1878d5 + f2233bc commit 2b18145

File tree

4 files changed

+2866
-1910
lines changed

4 files changed

+2866
-1910
lines changed

.circleci/config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ version: 2
77
jobs:
88
build:
99
docker:
10-
- image: circleci/node:9.7.1
10+
- image: circleci/node:9.11.1
1111
environment:
1212
- NODE_ENV: test
13-
- DB_USER: root
14-
- DB_PASS: test
15-
- DB_HOST: 127.0.0.1
16-
- DB_NAME: circle-test
1713

1814
- image: rabbitmq
1915

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AMQP Simple Pub Sub
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/davesag/amqp-simple-pub-sub.svg)](https://greenkeeper.io/)
4+
35
A simple Pub Sub system that uses AMQP Messaging to exchange data between services
46

57
* `develop`[![CircleCI](https://circleci.com/gh/davesag/amqp-simple-pub-sub/tree/develop.svg?style=svg)](https://circleci.com/gh/davesag/amqp-simple-pub-sub/tree/develop) [![codecov](https://codecov.io/gh/davesag/amqp-simple-pub-sub/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/amqp-simple-pub-sub)
@@ -77,7 +79,7 @@ The full options object is as follows
7779

7880
### Prerequisites
7981

80-
* [NodeJS](htps://nodejs.org), version 9.8.0 or better (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
82+
* [NodeJS](htps://nodejs.org), version 9+ or better (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
8183
* [Docker](https://www.docker.com) (Use [Docker for Mac](https://docs.docker.com/docker-for-mac/), not the homebrew version)
8284

8385
### Initialisation

0 commit comments

Comments
 (0)