summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-01-04 12:27:29 +0000
committerThom May <thom@chef.io>2018-01-04 12:27:29 +0000
commit989553b118791268db96f75afba002da05506b88 (patch)
tree580d2bebe8c5ea9f16e6a5399127b7fc5f7e68d8
parenta44df12a65bc497c8718792e23daa7fa966c9547 (diff)
downloadmixlib-log-989553b118791268db96f75afba002da05506b88.tar.gz
use ruby 2.5
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 4dc0d1a..64cc679 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,14 +2,10 @@ language: ruby
cache: bundler
sudo: false
rvm:
- - 2.2.6
- - 2.3.3
- - 2.4.0
+ - 2.4.3
+ - 2.5.0
branches:
only:
- master
-before_install:
- - bundle --version
- - gem update --system
script:
- bundle exec rake