Skip to content

Commit 3a97743

Browse files
authored
Merge pull request arangamani#272 from nicolasleger/patch-1
[CI] Test against Ruby 2.5
2 parents 4d787d0 + 1bc4f85 commit 3a97743

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)