Skip to content

Commit a85a262

Browse files
authored
Merge pull request #1097 from toshimaru/master
CI against Ruby2.4
2 parents f16cf4c + 4a7002b commit a85a262

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ cache: bundler
1212

1313
# Specify which ruby versions you wish to run your tests on, each version will be used
1414
rvm:
15-
- 2.2.2
16-
- 2.3.1
15+
- 2.2.7
16+
- 2.3.4
17+
- 2.4.1
1718
# - jruby
1819

1920
# Define how to run your tests (defaults to `bundle exec rake` or `rake` depending on whether you have a `Gemfile`)

0 commit comments

Comments
 (0)