Skip to content

Commit 605e358

Browse files
committed
CI against Ruby 2.2.8/2.3.5/2.4.2/JRuby 9.1.14.0
1 parent 1cf25c7 commit 605e358

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: ruby
22
bundler_args: --without=tool development
33
rvm:
4-
- 2.2.5
5-
- 2.3.1
6-
- jruby-9.1.1.0
4+
- 2.2.8
5+
- 2.3.5
6+
- 2.4.2
7+
- jruby-9.1.14.0
78
gemfile:
89
- gemfiles/Gemfile.rspec-2.99
910
- gemfiles/Gemfile.rspec-3.4
1011
matrix:
1112
allow_failures:
12-
- rvm: jruby-9.1.1.0
13+
- rvm: jruby-9.1.14.0
1314
sudo: false
1415
cache: bundler

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Guard::RSpec allows to automatically & intelligently launch specs when files are modified.
66

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

1010
## Install
1111

0 commit comments

Comments
 (0)