summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Leger <nicolasleger@users.noreply.github.com>2018-02-12 19:33:19 +0100
committerGitHub <noreply@github.com>2018-02-12 19:33:19 +0100
commit15f739ca7e40e39fac295a780bca47b1e97d9d77 (patch)
tree136c0360541cee07195decf2ec74e812a0089aa3
parent148ffe26c27fd56a68159cbbcdb4bff81d76028a (diff)
downloaddiff-lcs-15f739ca7e40e39fac295a780bca47b1e97d9d77.tar.gz
[CI] Test against Ruby 2.5
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 6854cfd..03e800e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,11 @@
---
language: ruby
rvm:
- - 2.4.0
- - 2.3.3
- - 2.2.6
- - 2.1.9
+ - 2.5.0
+ - 2.4.3
+ - 2.3.6
+ - 2.2.9
+ - 2.1.10
- 2.0.0
- 1.9.3
- 1.8.7