summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Leger <nicolasleger@users.noreply.github.com>2018-03-26 16:38:37 +0200
committerGitHub <noreply@github.com>2018-03-26 16:38:37 +0200
commit3e371734855199ec12fe9bf19531e5bbd510f323 (patch)
tree660ceae7131e30f990b46c9c2d14ae4d21fae715
parentb3ec252120f4a5c12de3ffcf16b2540bdea79248 (diff)
downloadjson-3e371734855199ec12fe9bf19531e5bbd510f323.tar.gz
[CI] Test against Ruby 2.5
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fdd5563..d09db8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,9 @@ rvm:
- 2.0.0
- 2.1
- 2.2
- - 2.3.3
- - 2.4.1
+ - 2.3
+ - 2.4
+ - 2.5
- jruby
- ruby-head
matrix: