Skip to content

Commit

Permalink
CI against Ruby 2.2.8/2.3.5/2.4.2/JRuby 9.1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
284km committed Nov 18, 2017
1 parent 1cf25c7 commit 605e358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
language: ruby
bundler_args: --without=tool development
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.1.0
- 2.2.8
- 2.3.5
- 2.4.2
- jruby-9.1.14.0
gemfile:
- gemfiles/Gemfile.rspec-2.99
- gemfiles/Gemfile.rspec-3.4
matrix:
allow_failures:
- rvm: jruby-9.1.1.0
- rvm: jruby-9.1.14.0
sudo: false
cache: bundler
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Guard::RSpec allows to automatically & intelligently launch specs when files are modified.

* Compatible with RSpec >2.99 & 3
* Tested against Ruby 2.2.x, JRuby 9.0.5.0 ~~and Rubinius~~.
* Tested against Ruby 2.2.x, 2.3.x, 2.4.x, JRuby 9.1.14.0 ~~and Rubinius~~.

## Install

Expand Down

0 comments on commit 605e358

Please sign in to comment.