Skip to content

Commit fcbdf13

Browse files
committed
fix travis for ruby 2.2
latest bundler drop support of ruby 2.2 we will install bundler < 2.0 for ruby < 2.3
1 parent f2a20e2 commit fcbdf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ matrix:
2626
# We need to install latest version of bundler, because one in travis
2727
# image is too old to recognize platform => :mri_22 in Gemfile.
2828
before_install:
29-
- gem install bundler
29+
- gem install bundler || gem install bundler -v 1.17.3

0 commit comments

Comments
 (0)