Skip to content

Commit

Permalink
More cibuild updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Sep 12, 2013
1 parent bfd0bbf commit 1a4bd64
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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 ..."

Expand Down

0 comments on commit 1a4bd64

Please sign in to comment.