Skip to content

Commit 67f310e

Browse files
committed
Install bundler after updating system to fix Ruby 2.5.1 issue on Travis.
1 parent ff53a6b commit 67f310e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: ruby
22
bundler_args: --without debug
33
script: "bundle exec rspec spec"
4-
before_install: "gem update --system"
4+
before_install:
5+
- "gem update --system"
6+
- "gem install bundler"
57
env:
68
- CI=true
79
rvm:

0 commit comments

Comments
 (0)