diff --git a/.travis.yml b/.travis.yml index bc75bf1ad..c175e68b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - export RAILS_ENV=development - cp config/database.yml.dist config/database.yml install: -- bundle install --without test development postgres +- bundle install --without postgres script: - rake db:create - rake db:migrate