rolandwalker / emacs-travis

Travis CI recipe for Emacs libraries.
Other
51 stars 12 forks source link

.travis.yml comment about branches & badges not quite right #1

Closed jhelwig closed 11 years ago

jhelwig commented 11 years ago

The .travis.yml mentions that limiting builds to the master branch is the only way to keep feature branches from breaking badges. This isn't quite true. You can limit which branch a badge represents (as explained in their docs). I'll happily provide a patch, but I wanted to see whether the limit of only building the master branch should stay, or become a comment. Either way, I figure that the ability to limit which branch the badge represents should be added to the comment.

rolandwalker commented 11 years ago

Patch away, friend. I just didn't know how to do that. The branches: section could then be commented out as you say.

jhelwig commented 11 years ago

Attached a pull to update the .travis.yml, please let me know if you'd like it done differently.

rolandwalker commented 11 years ago

thanks!