Skip to content

Commit 2a1d16a

Browse files
committed
Update rubygems
1 parent 098f26a commit 2a1d16a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ matrix:
1919
- rvm: jruby-head
2020
- rvm: ruby-head
2121

22-
before_install: gem update bundler
22+
before_install:
23+
- gem update --system
24+
- gem --version
25+
- gem update bundler
2326
bundler_args: --without guard -j 3
2427

2528
sudo: false

0 commit comments

Comments
 (0)