summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas Leger <nicolasleger@users.noreply.github.com>2018-02-22 16:05:28 +0100
committerGitHub <noreply@github.com>2018-02-22 16:05:28 +0100
commit258a340aaab3a9b32a8acce43479479f9a563f96 (patch)
tree7f526fa7533e6bcf842e555056a1c6c6e52f6d70 /.travis.yml
parent02cbc08663cd7f5d3dfb838ce1ba19971029c511 (diff)
downloadhashie-258a340aaab3a9b32a8acce43479479f9a563f96.tar.gz
[CI] Test against Ruby 2.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index fcf2f05..027e25a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,10 @@ sudo: false
cache: bundler
rvm:
- - 2.4.2
- - 2.3.5
- - 2.2.8
+ - 2.5.0
+ - 2.4.3
+ - 2.3.6
+ - 2.2.9
- 2.1.10
- 2.0.0
- rbx-3
@@ -15,12 +16,12 @@ rvm:
matrix:
include:
- - rvm: 2.3.5
+ - rvm: 2.5.0
before_script:
- bundle exec danger
after_script:
- bundle exec codeclimate-test-reporter
- - rvm: 2.3.5
+ - rvm: 2.5.0
install:
- for dir in spec/integration/*; do BUNDLE_GEMFILE=$dir/Gemfile bundle; done
script: