Skip to content

Commit 1285666

Browse files
committed
chore(ci): drop testing for Ruby < 2.2
1 parent b7a57e0 commit 1285666

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.0.0
4-
- 2.1.10
53
- 2.2.6
64
- 2.3.3
75
- 2.4.0
@@ -10,14 +8,10 @@ gemfile:
108
- Gemfile
119
- Gemfile-jruby
1210

13-
matrix:
11+
matrix:
1412
exclude:
1513
- rvm: jruby-9.1.9.0
1614
gemfile: Gemfile
17-
- rvm: 2.0.0
18-
gemfile: Gemfile-jruby
19-
- rvm: 2.1.10
20-
gemfile: Gemfile-jruby
2115
- rvm: 2.2.6
2216
gemfile: Gemfile-jruby
2317
- rvm: 2.3.3

0 commit comments

Comments
 (0)