Skip to content

Commit

Permalink
CI: fix 2.5.0 builds broken by incompatible Bundler/RubyGems
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 2, 2018
1 parent 2cf7ba7 commit 0947361
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
language: ruby
sudo: false
cache: bundler

# Bundler/RubyGems incompat on Ruby 2.5.0
before_install: gem install bundler

rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head

matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
before_install: gem update --system

0 comments on commit 0947361

Please sign in to comment.