README.md
August 29, 2016 ยท View on GitHub
dtour-bot
Based on the excellent dlang-bot.
What does it do?
The Dlang bot is subscribed to all language repositiories and listens to their events. For now it just restart the last build of master repository to trigger a new build.
Build & run
MASTER_REPO=stonemaster/dlang-tour GITHUB_TOKEN=xyz TRAVIS_TOKEN=abc dub
- the Github Token needs no scopes,
- see the Travis Docs on how to obtain a Token for Travis
Deployment
It runs on Heroku, new commits to are automatically deployed. See the deploy on Heroku guide if you want to deploy your own bot.