diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-09 09:39:31 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-09 09:39:31 +0000 |
commit | 7fe278c99aa3b68651c85f27ad02cb4be69dc0d7 (patch) | |
tree | d04daabe68561bac673033de25eca204fec82f43 | |
parent | 91ccfb2e0e5062bbf3ee1be36429338b444676b3 (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.yml | 1 |
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 |