Skip to content

Commit

Permalink
CI against Ruby 2.2.9/2.3.6/2.4.3/2.5.0/JRuby 9.1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
284km committed Mar 1, 2018
1 parent 1cf25c7 commit 3000955
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
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

0 comments on commit 3000955

Please sign in to comment.