From db19e2f6c0758710b4f0c3c8248a0e81479bc62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 24 Oct 2016 11:10:41 +0200 Subject: [PATCH] .travis.yml changes --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a47224943..4388327ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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