diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-02 08:52:55 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-02 08:52:55 +0100 |
commit | 9a5c1d31d9b72cf93caf7cc74df3766c37041a09 (patch) | |
tree | 3c4b0c0d4b53ea9fd47df66baaf60c709d14fe4c | |
parent | 1bbc86c7290260c29d94483f56b0f21fcb79b2b1 (diff) |
gem install rake as well
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e3b43c18d..b5cfceb19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ rvm: before_install: - sudo gem install rubygems-update --version=1.6.2 - sudo gem update --system 1.6.2 + - sudo gem install rake - 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 |