travis - change bundle

This commit is contained in:
André Bauer 2016-10-24 16:48:33 +02:00
parent 2323b61443
commit b7737158f7

View file

@ -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