Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ cache: bundler
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
# bundler_args:

before_install:
- gem update --system
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand this part. Based on the ref'd ticket, can we not just wait for this to be fixed in travis so as to avoid a workaround?

- gem update bundler

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
# - jruby

Expand Down