@crediful/travis-bot
v0.1.113
Published
A Travis deployment notification bot.
Downloads
2
Readme
Crediful
This repository is part of the source code of Crediful. You can find more information at crediful.io or by contacting [email protected].
You can find the published source code at github.com/crediful.
For licensing information, see the attached LICENSE file and the list of third-party licenses at crediful.io/legal/licenses/.
Travis Bot
A bot used by Travis build scripts to post Git commit messages to Crediful when pull requests get merged. If there is a version tag, then the bot also posts a changelog.
Getting Started
yarn install
yarn start
Installation
yarn global add @crediful/travis-bot
Usage
Execution
Bash
#!/bin/bash
export CREDIFUL_WEBAPP_BOT_EMAIL="<email>"
export CREDIFUL_WEBAPP_BOT_PASSWORD="<password>"
export CREDIFUL_WEBAPP_BOT_CONVERSATION_IDS="<conversation id>,<conversation id>"
crediful-travis-bot
Node
yarn dist
bin/crediful-travis-bot.js "<conversation id>,<conversation id>"