PantherHackers / PantherBot

PantherBot is a WebSocket Application that takes advantage of Slack's RTM API to interact with the channels that it is a part of.
Mozilla Public License 2.0
14 stars 14 forks source link

Add CI to our Pull Requests #77

Open bcabio opened 7 years ago

bcabio commented 7 years ago

Would you guys @mhijazi1 @braxton-mclean @arshbot be for something like this? It'd be good just so when people submit a PR they get some immediate feedback on code rather than having to wait for you guys to review.

https://github.com/marketplace/travis-ci#pricing-and-setup

Maybe not this one specifically but something to this effect.

mhijazi1 commented 7 years ago

Adding CI into our build is a longterm goal we have, but to get to that we need people to start writing unit tests/integration tests as well. Since just having it build doesn't really work for our case. I'm gonna label this as a long term goal, since it requires our members/contributors to learn about unit/integration tests.

mhijazi1 commented 7 years ago

Also i'm gonna rename this issue to add CI to PRs as thats more accurate