Skip to content

Commit

Permalink
Drop support for MRI <2.1 and JRuby <9.1
Browse files Browse the repository at this point in the history
The latest Nokogiri now requires at least MRI 2.1. Older JRuby
versions might work but we did see issues with Blather.

Also freshen up the Travis matrix.
  • Loading branch information
chewi committed Jun 19, 2018
1 parent 764f0ac commit 3b7e818
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
34 changes: 11 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
language: ruby

rvm:
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- jruby-9.1.17.0
- jruby-head
- rbx-3
- ruby-head
jdk:
- openjdk8 # for jruby
matrix:
include:
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: 2.1.0
- rvm: 2.2.0
- rvm: 2.3.0
- rvm: rbx-2
- rvm: rbx-3
- rvm: ruby-head
- rvm: jruby-1.7
jdk: openjdk7
- rvm: jruby-1.7
jdk: oraclejdk8
- rvm: jruby-head
jdk: oraclejdk8
- rvm: jruby-9.1.13.0
jdk: openjdk7
- rvm: jruby-9.1.13.0
jdk: oraclejdk8
allow_failures:
- rvm: rbx-2
- rvm: rbx-3
- rvm: ruby-head
sudo: false
Expand All @@ -32,7 +22,5 @@ addons:
- libpcre3-dev
before_install:
- gem install bundler
env: JRUBY_OPTS="--server --debug -J-Xss1024k -J-Xmx652m -J-XX:+UseConcMarkSweepGC"

notifications:
irc: "irc.freenode.org#adhearsion"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ sudo yum install pcre-devel
gem install ruby_speech

## Ruby Version Compatability
* CRuby 1.9.3+ (1.9.2 is unofficially supported, but not regularly tested)
* JRuby 1.7+
* CRuby 2.1+
* JRuby 9.1+

## Library

Expand Down

0 comments on commit 3b7e818

Please sign in to comment.