Skip to content

Commit

Permalink
manually start nats w/ docker
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Jul 24, 2017
1 parent 8e20a62 commit e7db12a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ services:

script: npm test
language: node_js
before_script:
- docker-compose -f compose/nats.yml up -d
- sleep 5
after_script:
- docker-compose -f compose/nats.yml down
before_install:
- docker pull nats:latest
- docker run --name=nats -p 4222:4222 -d nats:latest
- docker ps -a
git:
depth: 3
node_js:
Expand Down

0 comments on commit e7db12a

Please sign in to comment.