.travis.yml changes

This commit is contained in:
André Bauer 2016-10-24 11:10:41 +02:00 committed by Thorsten Eckel
parent fb41faec19
commit db19e2f6c0

View file

@ -18,3 +18,9 @@ before_install:
- mysql -u root -e 'GRANT ALL PRIVILEGES ON zammad_prod.* TO some_user@localhost;'
- export RAILS_ENV=production
- cp config/database.yml.dist config/database.yml
install:
- bundle install --without test development postgres
- rake db:create
- rake db:migrate
- rake db:seed
- rake assets:precompile