Skip to content

Commit 5847306

Browse files
committed
Always use newest bundler in the CI
This fixes "NoMethodError: undefined method `spec' for nil:NilClass" on 1.9.3 and similar errors in the future
1 parent a8ad698 commit 5847306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: ruby
22
cache: bundler
33
sudo: false
44

5+
before_install: gem update bundler
6+
57
rvm:
68
- 1.9.3
79
- 2.0.0

0 commit comments

Comments
 (0)