We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem env
1 parent f308ad2 commit e6c83b8Copy full SHA for e6c83b8
.travis.yml
@@ -4,8 +4,9 @@ script: rake spec
4
branches:
5
only:
6
- master
7
- - 1.1-stable
8
- maintenance-1.1.13
+ - /.*stable$/
9
+ - /^test-.*$/
10
rvm:
11
# NOTE: do not use jruby-19mode otherwise some specs might fail
12
# @see ruby/rack/application_spec.rb for an explanation on this
@@ -31,6 +32,8 @@ env:
31
32
before_script:
33
- export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false -J-XX:MaxPermSize=128m"
34
- export JRUBY_VERSION="1.7.13"
35
+ - jruby -S gem env || true
36
+ - env || true
37
before_install:
38
- ((jruby -v | grep 1.8.7) && jruby --1.9 -S gem update --system 2.1.11) || true
39
- ((echo $BUNDLE_GEMFILE | grep rails23) && jruby --1.9 -S gem update --system 1.8.29) || true
0 commit comments