Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-10-10 15:06:20 +0300
committerMichal Čihař <michal@cihar.com>2017-10-10 15:06:20 +0300
commitb97fa543f456930a56fee24c349b101f520ca86f (patch)
treea3e051a3e7e379f878260864106f3c4a420ff56f /.travis.yml
parentd0e263c4d91154766df578e05a5c4535dd3ee8c5 (diff)
Use newer ruby
Based on https://github.com/PowerShell/PowerShell/pull/5065 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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