@wireapp/travis-botdeprecated

A Travis deployment notification bot.

Usage no npm install needed!

<script type="module">
  import wireappTravisBot from 'https://cdn.skypack.dev/@wireapp/travis-bot';
</script>

README

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

Travis Bot

A bot used by Travis build scripts to post Git commit messages to Wire 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 @wireapp/travis-bot

Usage

Execution

Bash

#!/bin/bash

export WIRE_WEBAPP_BOT_EMAIL="<email>"
export WIRE_WEBAPP_BOT_PASSWORD="<password>"
export WIRE_WEBAPP_BOT_CONVERSATION_IDS="<conversation id>,<conversation id>"

wire-travis-bot

Node

yarn dist
bin/wire-travis-bot.js "<conversation id>,<conversation id>"