Commit b6778cb2ea0888b6b0e20584366518e2a128d1a5
1 parent
acaf2978
Exists in
spb-stable
and in
3 other branches
Fix travis setup
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
| @@ -19,10 +19,10 @@ rvm: | @@ -19,10 +19,10 @@ 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" | ||
| 24 | - "cp config/database.yml.$DB config/database.yml" | 22 | - "cp config/database.yml.$DB config/database.yml" |
| 25 | - "cp config/gitlab.yml.example config/gitlab.yml" | 23 | - "cp config/gitlab.yml.example config/gitlab.yml" |
| 24 | + - "bundle exec rake db:setup" | ||
| 25 | + - "bundle exec rake db:seed_fu" | ||
| 26 | script: "bundle exec rake $TASK --trace" | 26 | script: "bundle exec rake $TASK --trace" |
| 27 | notifications: | 27 | notifications: |
| 28 | email: false | 28 | email: false |