rikai / Showbot

🤖 An omnipresent multi-platform bot who's goal in life is become Skynet 🤖
MIT License
40 stars 18 forks source link

Add Travis CI to the repo to lay the groundwork for automated testing. #45

Open rikai opened 8 years ago

rikai commented 8 years ago

See this page for the basics, eventually want to test across a variety of versions for various breakages, but for now, getting it working at all on one version is the goal.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

rikai commented 8 years ago

This would also require us to write some tests, if anyone wants to do that.

eriknelson commented 8 years ago

+1

I'll be posting my live PR soon so the functionality is available, but I'll probably take a second refactoring pass. A lot of it could be refactored for encapsulation and light dep injection in pursuit of easier testing. I can start to look into this.