language: node_js services: - rabbitmq node_js: - '6' sudo: false dist: trusty addons: apt: packages: - pkg-config - cmake - openssl - libc-ares-dev before_install: - wget http://mosquitto.org/files/source/mosquitto-1.3.1.tar.gz - tar xzf mosquitto-1.3.1.tar.gz - cd mosquitto-1.3.1 - cmake . -DCMAKE_INSTALL_PREFIX=../mosquitto - make install - cd .. before_script: - ./mosquitto/sbin/mosquitto -d - npm install -g grunt-cli after_script: - killall mosquitto deploy: provider: npm email: henri.bergius@iki.fi api_key: secure: IR3aJOFZKRGup79QkCnNTaYBN/F+W0o7fH15ki09HHdQvSAVsfN241e+9xxn/Ja5M0qW0ZZyHZPSMUWyDaA6Mxw+6uKKfLBys4GXPgpblhk1osL0Fx9FI0yU06tuTYRdsVLhk8Go55dtIwYz6DjLyuhOISJvBy4QjGILvfLwsQ8= on: tags: true repo: noflo/noflo-runtime-msgflo