From b97fa543f456930a56fee24c349b101f520ca86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 10 Oct 2017 14:06:20 +0200 Subject: [PATCH] Use newer ruby MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on https://github.com/PowerShell/PowerShell/pull/5065 Signed-off-by: Michal Čihař --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e23989311d..4f38507a1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,9 @@ matrix: language: generic env: CI_MODE=test before_install: + # Default 2.0.0 Ruby is buggy + - rvm install ruby-2.3.3 + - rvm --default use 2.3.3 - brew tap homebrew/php - brew update - brew install gettext php70 mariadb