Skip to content

Commit ba059c9

Browse files
committed
Fix Bundler related error on Travis CI
1 parent d7ce432 commit ba059c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ notifications:
1818
1919
2020
before_install:
21+
- gem update bundler
2122
- if [[ $(ruby -v) =~ rubinius ]]; then travis_retry gem install rubysl; fi; gem list; true
2223
matrix:
2324
allow_failures:

0 commit comments

Comments
 (0)