UNPKG

node-red-contrib-pubnub

Version:

PubNub input (subscribe) and output (publish) nodes for Node-RED

22 lines (21 loc) 279 B
language: node_js sudo: false node_js: - '4' - '5' - '6' - '7' env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: npm install --global yarn gulp-cli install: yarn install script: gulp test