.travis.yml changes
This commit is contained in:
parent
55e25c35f5
commit
3592cc8fb0
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;'
|
- mysql -u root -e 'GRANT ALL PRIVILEGES ON zammad_prod.* TO some_user@localhost;'
|
||||||
- export RAILS_ENV=production
|
- export RAILS_ENV=production
|
||||||
- cp config/database.yml.dist config/database.yml
|
- 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