Skip to content

Commit 90fb6ef

Browse files
authored
Merge pull request #325 from senid231/fix-travis-for-ruby-2.2
fix travis for ruby 2.2
2 parents f2a20e2 + fcbdf13 commit 90fb6ef

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)