aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-01-09 09:39:31 +0000
committerLouise Crow <louise.crow@gmail.com>2014-01-09 09:39:31 +0000
commit7fe278c99aa3b68651c85f27ad02cb4be69dc0d7 (patch)
treed04daabe68561bac673033de25eca204fec82f43
parent91ccfb2e0e5062bbf3ee1be36429338b444676b3 (diff)
Downgrade rubygems to 2.1.11
Rubygems 2.2.0 appears to have dropped support for ruby 1.8.7 - the immediate problem for us is that there are errors in building the charlock_holmes gem.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d6ed72cf6..4fa23e6cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ rvm:
- 1.9.3
- 2.0.0
before_install:
+ - gem update --system 2.1.11
- gem install rake --version=0.9.2.2
- git submodule update --init --recursive
- psql -c "create database foi_test template template0 encoding 'SQL_ASCII';" -U postgres