Commit 046773d6e53035599544de4f85906bf706eab7d1
Exists in
spb-stable
and in
3 other branches
Merge pull request #6558 from tsigo/master
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 | ... | ... |