Skip to content

Commit

Permalink
Don't update bundler in Travis
Browse files Browse the repository at this point in the history
For some reason it's causing tests for Ruby 2.3 to fail.
  • Loading branch information
jbarber committed May 27, 2019
1 parent e739145 commit d3a1217
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ rvm:
- 2.3.0
- ruby-head
script: bundle exec rspec spec
# ! Update bundler before running test in Travis to avoid buggy version of bundler
before_install:
- gem update bundler
matrix:
fast_finish: true
allow_failures:
Expand Down

0 comments on commit d3a1217

Please sign in to comment.