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 - export RAILS_ENV=development
- cp config/database.yml.dist config/database.yml - cp config/database.yml.dist config/database.yml
install: install:
- bundle install --without test development postgres - bundle install --without postgres
script: script:
- rake db:create - rake db:create
- rake db:migrate - rake db:migrate