Skip to content

Commit

Permalink
Enable RabbitMQ MQTT Plugin on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jul 11, 2014
1 parent 5cae94f commit 95d81d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ services:
- mongodb
- rabbitmq
- redis-server
install:
- sudo rabbitmq-plugins enable rabbitmq_mqtt
- sudo service rabbitmq-server restart
env:
- TERM=dumb SI_FATAL_WHEN_NO_BEANFACTORY=true GRADLE_OPTS='-XX:MaxPermSize=512M -Xmx1024M'

0 comments on commit 95d81d4

Please sign in to comment.