summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-12-28 00:45:14 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-12-28 00:45:14 -0300
commita0b37634d5db287405def51988b2c30eb445626e (patch)
treed4b4caaaa0569f43af6f77fe57c6b422ef2fd4c9
parent81768f0bd81596a09bbbe09ed69ef3544e92e7df (diff)
downloadhighline-a0b37634d5db287405def51988b2c30eb445626e.tar.gz
Add Ruby 2.5 to travis
-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