Skip to content

Commit

Permalink
Travis: attempt to fix builds on older Rubies
Browse files Browse the repository at this point in the history
By pinning 1.8/1.9 to older distros

References mikel#1379
  • Loading branch information
jeremy committed Feb 14, 2020
1 parent d87de15 commit 01f40af
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ before_install:
script: bundle exec rake

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0
- 2.1
Expand All @@ -33,6 +31,19 @@ env:
- MBCHARS=builtin

matrix:
include:
- rvm: 1.8.7
dist: precise
env: MBCHARS=builtin
- rvm: 1.8.7
dist: precise
env: MBCHARS=activesupport
- rvm: 1.9.2
dist: trusty
env: MBCHARS=builtin
- rvm: 1.9.2
dist: trusty
env: MBCHARS=activesupport
allow_failures:
- rvm: ruby-head
- rvm: jruby
Expand Down

0 comments on commit 01f40af

Please sign in to comment.