UNPKG

slack-webhooks-handler

Version:

Manage incoming webhooks to send messages to Slack

14 lines 268 B
sudo: false language: node_js node_js: - "8" - "10" - "node" cache: yarn: true directories: - "node_modules" before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH="$HOME/.yarn/bin:$PATH" after_script: "yarn test:coveralls"