Skip to content

Commit

Permalink
bson_ext having problems installing on jruby-19mode on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 6, 2012
1 parent ad94bd4 commit 272159f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
Expand Up @@ -2,26 +2,23 @@ rvm:
- 1.9.2
- 1.9.3
- ruby-head
- jruby-19mode
- jruby
- jruby-head
env:
- JRUBY_OPTS="--server -Xinvokedynamic.constants=true"
- RUBY_GC_MALLOC_LIMIT=60000000 RUBY_HEAP_FREE_MIN=100000 RUBY_HEAP_MIN_SLOTS=600000
- JRUBY_OPTS="--1.9 --server -Xinvokedynamic.constants=true"
-
branches:
except:
- moped-integration
matrix:
exclude:
- rvm: 1.9.2
env: JRUBY_OPTS="--server -Xinvokedynamic.constants=true"
- rvm: 1.9.2
env: RUBY_GC_MALLOC_LIMIT=60000000 RUBY_HEAP_FREE_MIN=100000 RUBY_HEAP_MIN_SLOTS=600000
env: JRUBY_OPTS="--1.9 --server -Xinvokedynamic.constants=true"
- rvm: 1.9.3
env: JRUBY_OPTS="--server -Xinvokedynamic.constants=true"
env: JRUBY_OPTS="--1.9 --server -Xinvokedynamic.constants=true"
- rvm: ruby-head
env: JRUBY_OPTS="--server -Xinvokedynamic.constants=true"
- rvm: jruby-19mode
env: RUBY_GC_MALLOC_LIMIT=60000000 RUBY_HEAP_FREE_MIN=100000 RUBY_HEAP_MIN_SLOTS=600000
env: JRUBY_OPTS="--1.9 --server -Xinvokedynamic.constants=true"
- rvm: jruby
env:
- rvm: jruby-head
env: RUBY_GC_MALLOC_LIMIT=60000000 RUBY_HEAP_FREE_MIN=100000 RUBY_HEAP_MIN_SLOTS=600000
env:

0 comments on commit 272159f

Please sign in to comment.