Skip to content

Commit 1bc4f85

Browse files
authored
[CI] Test against Ruby 2.5
1 parent 4d787d0 commit 1bc4f85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: ruby
22

33
rvm:
4-
- 2.2.7
5-
- 2.3.3
6-
- 2.4.1
4+
- 2.2.9
5+
- 2.3.6
6+
- 2.4.3
7+
- 2.5.0
78

89
script:
910
- bundle exec rake unit_tests

0 commit comments

Comments
 (0)