Skip to content

Commit 24a577b

Browse files
committed
Update travis.yml
- Add ruby 2.5 - Update versions of 2.4, 2.3, 2.2, 2.1
1 parent 5c7b25f commit 24a577b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ language: ruby
33

44
rvm:
55
- ruby-head
6-
- 2.3.0
7-
- 2.2.4
8-
- 2.1
6+
- 2.5.0
7+
- 2.4.3
8+
- 2.3.5
9+
- 2.2.9
10+
- 2.1.10
911

1012
before_install:
1113
- gem update --system

0 commit comments

Comments
 (0)