From 9d1b9b128547e6a907d3de648347a574df707a19 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Wed, 6 Apr 2016 17:48:06 -0300 Subject: [PATCH] travis: update to ruby 2.3 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c5f488..934ca88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,10 @@ notifications: template: - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" +dist: trusty language: ruby rvm: - - 2.2 + - 2.3.0 sudo: false addons: @@ -29,7 +30,7 @@ addons: # workaround for https://github.com/travis-ci/travis-ci/issues/4536 before_install: - - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 + - export GEM_HOME=$PWD/vendor/bundle/ruby/2.3.0 - gem install bundler cache: bundler -- libgit2 0.21.2