summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 75df415..fca9ab7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ rvm:
- 2.1
- 2.2
- 2.3
+ - 2.4
- ruby-head
- rbx-3.81
- jruby-19mode # JRuby in 1.9 mode
@@ -29,6 +30,6 @@ matrix:
before_install:
- "gem update --system -N"
- "gem update bundler -N"
- - rvm: 2.4
+ - rvm: 2.5
script: "bundle exec rake test && bundle exec codeclimate-test-reporter" # Run only for 2.4
bundler_args: --without code_quality