Sunday, October 14, 2012

GitHub, Travis and status image

Since not so long ago GitHub provides an opportunity to build OpenSource projects on Travis CI. The integration is quite stunning and includes among other things:
  • Single sign-on with GitHuub
  • Automatic build setup with a single mouse click
  • Status image generation
Well, I tried to setup build of my Spring examples today and Markdown gave ma a little bit of a hard time to figure out how to put together an image link to by build status. Finally I stumbled upon this stackoverflow.com question but the brackets were all wrong. Here's what it should look like:
[![_alt_text_](_image_url_)](_link_)
With the parentheses instead of brackets all works nice :)

And live is good again :)

No comments: