Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: ruby
bundler_args: --without=tool development
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.1.0
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.16.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.16.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, 2.5.x, JRuby 9.1.16.0 ~~and Rubinius~~.

## Install

Expand Down