Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
There are no binaries for 1.8.7 or rbx-3 in Travis CI, so drop them.

For Ruby 2.1+ Travis CI installs the right version of bundler.
If bundler is not installed, install bundler 1.x, since that's
the version that supports those old Ruby versions.
  • Loading branch information
BrianHawley committed Oct 4, 2019
1 parent 6eff023 commit ab598db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false

before_install: gem install bundler
before_install:
- which bundler || gem install bundler -v '< 2'

rvm:
- 1.8.7-head
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
Expand All @@ -19,7 +19,6 @@ rvm:
matrix:
fast_finish: true
allow_failures:
- rvm: rbx-3
- rvm: jruby-19mode
- rvm: ruby-head
- rvm: jruby-head

0 comments on commit ab598db

Please sign in to comment.