Skip to content

Commit b9c4062

Browse files
committed
[ci] try getting integration setup
1 parent dc4d323 commit b9c4062

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ before_install:
88
- unset _JAVA_OPTIONS
99
- unset JRUBY_OPTS
1010
- rvm @default,@global do gem uninstall bundler -a -x -I || true
11+
- gem update --system 3.2.33
1112
- gem install bundler -v "~>2.2.28"
1213

13-
install: if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -S bundle install; else true; fi
14+
install:
15+
- if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -S bundle install; else true; fi
16+
- if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -S bundle install --gemfile src/test/integration/Gemfile; else true; fi
1417

1518
before_script:
1619
- if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -rbundler/setup -S rake test_prepare; else true; fi

0 commit comments

Comments
 (0)