We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4d323 commit b9c4062Copy full SHA for b9c4062
1 file changed
.travis.yml
@@ -8,9 +8,12 @@ before_install:
8
- unset _JAVA_OPTIONS
9
- unset JRUBY_OPTS
10
- rvm @default,@global do gem uninstall bundler -a -x -I || true
11
+ - gem update --system 3.2.33
12
- gem install bundler -v "~>2.2.28"
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
17
18
before_script:
19
- if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -rbundler/setup -S rake test_prepare; else true; fi
0 commit comments