CharlieHess / slack-poker-bot

A bot that deals Texas Hold'em games in Slack
MIT License
1.66k stars 208 forks source link

Add TravisCI support #47

Closed stephenyeargin closed 8 years ago

stephenyeargin commented 8 years ago

I noticed there is a test suite available in the app, but it is not checking PRs against it when opened. This hooks into Travis CI, which is painless to set up with a GitHub login.

Here's a pile of screenshots:

screen shot 2015-09-09 at 10 25 53 am

screen shot 2015-09-09 at 10 26 04 am

screen shot 2015-09-09 at 10 25 36 am

screen shot 2015-09-09 at 3 57 47 pm

screen shot 2015-09-09 at 3 57 22 pm

stephenyeargin commented 8 years ago

Behold! It is glorious -- https://travis-ci.org/stephenyeargin/slack-poker-bot/jobs/79491765

EDIT: So one is not-so-glorious -- https://travis-ci.org/stephenyeargin/slack-poker-bot/jobs/79491767 (My default file had io.js support, which this application will not build against.)

Removed that and it passes on node 0.10 and 0.12.

CharlieHess commented 8 years ago

Beautiful! :art: Thanks for the tip.