File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
bundler_args : --without development
3
3
rvm :
4
- - 1.9.3
5
- - 2.0.0
6
- - 2.1.7
7
- - 2.2.3
8
- - jruby-19mode
4
+ - 2.2.0
5
+ - 2.3.1
6
+ - jruby-9.0.5.0
9
7
- rbx
8
+ - ruby-head
10
9
matrix :
11
10
allow_failures :
12
11
- rvm : rbx
12
+ - rvm : ruby-head
13
13
branches :
14
14
only :
15
15
- master
Original file line number Diff line number Diff line change 2
2
3
3
Guard::Cucumber allows you to automatically run Cucumber features when files are modified.
4
4
5
- Tested on MRI Ruby 1.9.3, 2.0.0, 2.1.0 and the latest versions of JRuby.
5
+ Supported Ruby versions are those tested on [ Travis CI] ( https://travis-ci.org/guard/guard-cucumber ) .
6
+ (NOTE: Any Ruby version earlier than 2.2.5 is outdated and likely insecure).
7
+
6
8
7
9
If you have any questions please join us on our [ Google group] ( http://groups.google.com/group/guard-dev ) or on ` #guard ` (irc.freenode.net).
8
10
You can’t perform that action at this time.
0 commit comments