Skip to content

Commit 56753b8

Browse files
committed
[ci] make sure to use Bundler 1.X
1 parent 7602b31 commit 56753b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ env:
1212
- TEST_PROFILE=test-9.1.8.0
1313
- TEST_PROFILE=test-9.1.17.0
1414

15+
before_install:
16+
- unset _JAVA_OPTIONS
17+
- rvm @default,@global do gem uninstall bundler -a -x -I || true
18+
- gem install bundler -v "~>1.17.3"
19+
1520
install: if [[ -v BUNDLE_INSTALL ]]; then jruby -S bundle install; else echo ""; fi
1621

1722
script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_PROFILE; fi

0 commit comments

Comments
 (0)