diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-12-04 19:35:56 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-12-04 19:35:56 +0000 |
commit | 9735b7c11abe4cdcef473637fb5c92b04d6539fa (patch) | |
tree | 58908af8b481350097c94a8f2744f3a1cd3e725f | |
parent | 62b80a3d332d29f0ca949d6b5a0f00e927c9fa05 (diff) |
Try without sudo, without custom bundler version.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 28f9b5909..c5e63aeb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ rvm: before_install: - gem install rubygems-update --version=1.6.2 - gem update --system 1.6.2 - - gem install bundler --version=1.3.0.pre - 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 |