SergioLuis / CHIPEIT

A CHIP-8 emulator for Android, written in Kotlin
GNU General Public License v3.0
3 stars 1 forks source link

Add Travis CI notifications to Telegram chat #10

Closed SergioLuis closed 6 years ago

SergioLuis commented 6 years ago

Developer: @jhvargas3112 Reviewer: @SergioLuis


Easy-peasy: just add the following lines at the end of the .travis.yml file located at the root of the repository:

notifications:
  webhooks: https://fathomless-fjord-24024.herokuapp.com/notify

Some tips:

If everything goes OK, we should receive a notification in out Telegram channel a few minutes after the pull request is created.

SergioLuis commented 6 years ago

11 Solves this.