Merge pull request #104 from travis-ci/ha-bug-ci_fix_1

Run 'bundle exec' for DB task
This commit is contained in:
Hiro Asari 2014-01-17 05:46:36 -08:00
commit 61f0530933

View File

@ -8,7 +8,7 @@ rvm:
addons:
postgresql: 9.3
before_script:
- 'RAILS_ENV=test rake db:create db:structure:load --trace'
- 'RAILS_ENV=test bundle exec rake db:create db:structure:load --trace'
notifications:
irc: "irc.freenode.org#travis"
services: