Skip to content

Commit

Permalink
#334 added sudo to travis before_script.
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Apr 1, 2014
1 parent 8eb9a08 commit dc047cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
# - node_js: "0.12"

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

Expand Down

0 comments on commit dc047cc

Please sign in to comment.