Commit c0d2b976caa8bacd3a1fb90337eb2ddcbee93c8e

Authored by Dmitriy Zaporozhets
1 parent 36c094b0

Restore old travis.yml

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -19,6 +19,8 @@ rvm:
19 19 services:
20 20 - redis-server
21 21 before_script:
  22 + - "bundle exec rake db:setup"
  23 + - "bundle exec rake db:seed_fu"
22 24 - "cp config/database.yml.$DB config/database.yml"
23 25 - "cp config/gitlab.yml.example config/gitlab.yml"
24 26 script: "bundle exec rake $TASK --trace"
... ...