Must bundle exec rake on travis to avoid stack-level-too-deep rake errors.
This commit is contained in:
parent
60301d5a93
commit
460b734b9e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,5 +21,5 @@ sass --update public/stylesheets/sass/:public/stylesheets/
|
|||
cp config/database.yml.example config/database.yml
|
||||
which rake
|
||||
rake --version
|
||||
rake db:create --trace
|
||||
rake db:schema:load --trace
|
||||
bundle exec rake db:create --trace
|
||||
bundle exec rake db:schema:load --trace
|
||||
|
|
|
|||
Loading…
Reference in a new issue