all repos — markup @ 1a4bd64d54b210963cb78911a62630370cc155e0

The code we use to render README.your_favorite_markup

More cibuild updates
Garen Torikian gjtorikian@gmail.com
Tue, 10 Sep 2013 22:40:26 -0700
commit

1a4bd64d54b210963cb78911a62630370cc155e0

parent

bfd0bbf98d09e4cb7cb10be08347fb322a614327

2 files changed, 17 insertions(+), 0 deletions(-)

jump to
A .travis.yml

@@ -0,0 +1,7 @@

+before_install: sudo apt-get install easy_install docutils +rvm: + - 1.9.3 + - 2.0.0 +notifications: + disabled: true +bundler_args: --without development
M script/cibuildscript/cibuild

@@ -2,6 +2,16 @@ #!/bin/bash

set -e +# GC customizations +export RUBY_GC_MALLOC_LIMIT=79000000 +export RUBY_HEAP_MIN_SLOTS=800000 +export RUBY_HEAP_FREE_MIN=100000 +export RUBY_HEAP_SLOTS_INCREMENT=400000 +export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 + +export PATH="/usr/share/rbenv/shims:$PATH" +export RBENV_VERSION="1.9.3" + # bootstrap gem environment changes echo "Bootstrapping gem environment ..."