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-24 11:07:31 +0000
commit8dd7767f8f0c366f698466ea416d03352f4914ce (patch)
tree38d00bf3fb82a9311380d5e8c33ce6a08014563a
parent1445541f487fe22ec44b71607be3300319338d0a (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