Commit 046773d6e53035599544de4f85906bf706eab7d1

Authored by Dmitriy Zaporozhets
2 parents d7b5656d b6778cb2

Merge pull request #6558 from tsigo/master

Fix travis setup
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -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