Skip to content

Commit e6c83b8

Browse files
committed
let us gem env on travis-ci due "new-crazy" failures + test-branch matching
1 parent f308ad2 commit e6c83b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ script: rake spec
44
branches:
55
only:
66
- master
7-
- 1.1-stable
87
- maintenance-1.1.13
8+
- /.*stable$/
9+
- /^test-.*$/
910
rvm:
1011
# NOTE: do not use jruby-19mode otherwise some specs might fail
1112
# @see ruby/rack/application_spec.rb for an explanation on this
@@ -31,6 +32,8 @@ env:
3132
before_script:
3233
- export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false -J-XX:MaxPermSize=128m"
3334
- export JRUBY_VERSION="1.7.13"
35+
- jruby -S gem env || true
36+
- env || true
3437
before_install:
3538
- ((jruby -v | grep 1.8.7) && jruby --1.9 -S gem update --system 2.1.11) || true
3639
- ((echo $BUNDLE_GEMFILE | grep rails23) && jruby --1.9 -S gem update --system 1.8.29) || true

0 commit comments

Comments
 (0)