diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index e8e9b2a22..22e0ca288 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -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