Skip to content

Commit fd5ff3f

Browse files
committed
Use newest released rubygems and bundler
This would fix build failures on 1.9
1 parent 079e964 commit fd5ff3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: ruby
33
sudo: false
44
cache: bundler
55

6+
before_install:
7+
- gem update --system
8+
- gem install bundler
9+
610
rvm:
711
- 1.9
812
- 2.0

0 commit comments

Comments
 (0)