arturadib / botio

Launch unit/regression tests directly from pull requests
http://documentup.com/arturadib/botio
112 stars 19 forks source link

Botio assumes that master is the default branch #6

Closed jbuck closed 10 years ago

jbuck commented 12 years ago

This is related to issue #5.

Let's say I have a repo that has a default branch of gh-pages and my repo doesn't have a master branch. I won't be able to use on_push.js to do things. Now, this could be solved by issue #5, but I think it might make sense to have on_push.cmd work with the repo default branch instead of assuming master.