Skip to content

Commit ec874ef

Browse files
committed
Test more recent ruby, remove EOL rubies
1 parent 374b27c commit ec874ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ sudo: false
22
language: ruby
33
cache: bundler
44
rvm:
5-
- 2.0.0
6-
- 2.1.0
75
- 2.2.0
86
- 2.3.0
97
- 2.4.0
108
- 2.5.0
11-
before_install: gem update bundler
9+
- head
1210
script:
1311
- bundle exec rspec spec

0 commit comments

Comments
 (0)