Skip to content
Merged
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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.9
Expand Down