aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3dd285bdf..e3b43c18d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ branches:
rvm:
- 1.8.7
before_install:
+ - sudo gem install rubygems-update --version=1.6.2
+ - sudo gem update --system 1.6.2
- git submodule update --init --recursive
- psql -c "create database foi_test template template0 encoding 'SQL_ASCII';" -U postgres
- cp config/database.yml-test config/database.yml