UNPKG

plugapi

Version:

Generic API for building plug.dj bots

15 lines (14 loc) 248 B
before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi sudo: false language: node_js node_js: - '10' - '8' - '6' notifications: webhooks: urls: - https://webhooks.tfle.xyz/travis on_start: always install: - npm ci