language: node_js
services:
- rabbitmq
node_js:
- '0.10'
before_script:
- npm install -g grunt-cli
- sudo apt-get install mosquitto
