Fix travis setup

This commit is contained in:
Robert Speicher 2014-03-18 22:21:25 -04:00
parent acaf297846
commit b6778cb2ea
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ rvm:
services:
- redis-server
before_script:
- "bundle exec rake db:setup"
- "bundle exec rake db:seed_fu"
- "cp config/database.yml.$DB config/database.yml"
- "cp config/gitlab.yml.example config/gitlab.yml"
- "bundle exec rake db:setup"
- "bundle exec rake db:seed_fu"
script: "bundle exec rake $TASK --trace"
notifications:
email: false