.travis.yml changes
This commit is contained in:
parent
fb41faec19
commit
db19e2f6c0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue