all repos — markup @ bfd0bbf98d09e4cb7cb10be08347fb322a614327

The code we use to render README.your_favorite_markup

Add cibuild script
Garen Torikian gjtorikian@gmail.com
Tue, 10 Sep 2013 22:34:05 -0700
commit

bfd0bbf98d09e4cb7cb10be08347fb322a614327

parent

9bd0bd30bc61d81e43a2fa26974d07228810ad02

1 files changed, 10 insertions(+), 0 deletions(-)

jump to
A script/cibuild

@@ -0,0 +1,10 @@

+#!/bin/bash + +set -e + +# bootstrap gem environment changes +echo "Bootstrapping gem environment ..." + +script/bootstrap --local + +rake