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 | 19 | services: |
20 | 20 | - redis-server |
21 | 21 | before_script: |
22 | - - "bundle exec rake db:setup" | |
23 | - - "bundle exec rake db:seed_fu" | |
24 | 22 | - "cp config/database.yml.$DB config/database.yml" |
25 | 23 | - "cp config/gitlab.yml.example config/gitlab.yml" |
24 | + - "bundle exec rake db:setup" | |
25 | + - "bundle exec rake db:seed_fu" | |
26 | 26 | script: "bundle exec rake $TASK --trace" |
27 | 27 | notifications: |
28 | 28 | email: false | ... | ... |