Commit c0d2b976caa8bacd3a1fb90337eb2ddcbee93c8e
1 parent
36c094b0
Exists in
spb-stable
and in
3 other branches
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,6 +19,8 @@ rvm: | ||
| 19 | services: | 19 | services: |
| 20 | - redis-server | 20 | - redis-server |
| 21 | before_script: | 21 | before_script: |
| 22 | + - "bundle exec rake db:setup" | ||
| 23 | + - "bundle exec rake db:seed_fu" | ||
| 22 | - "cp config/database.yml.$DB config/database.yml" | 24 | - "cp config/database.yml.$DB config/database.yml" |
| 23 | - "cp config/gitlab.yml.example config/gitlab.yml" | 25 | - "cp config/gitlab.yml.example config/gitlab.yml" |
| 24 | script: "bundle exec rake $TASK --trace" | 26 | script: "bundle exec rake $TASK --trace" |