Skip to content

Commit

Permalink
#334 another update to travis before_script for rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Apr 1, 2014
1 parent dc047cc commit 362e3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ services:
# - node_js: "0.12"

before_script:
- sudo rabbitmqctl stop_app
- sudo rabbitmq-plugins enable rabbitmq_stomp
- sudo rabbitmqctl start_app
script: 'make test-cov'
after_success: 'make coveralls'

Expand Down

0 comments on commit 362e3c6

Please sign in to comment.