Run 'bundle exec' for DB task

See https://travis-ci.org/travis-ci/travis-api/builds/17125195
This commit is contained in:
Hiro Asari 2014-01-17 08:08:48 -05:00
parent ddd4a0db50
commit dde039f5f2

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: