Run 'bundle exec' for DB task
See https://travis-ci.org/travis-ci/travis-api/builds/17125195
This commit is contained in:
parent
ddd4a0db50
commit
dde039f5f2
|
@ -8,7 +8,7 @@ rvm:
|
||||||
addons:
|
addons:
|
||||||
postgresql: 9.3
|
postgresql: 9.3
|
||||||
before_script:
|
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:
|
notifications:
|
||||||
irc: "irc.freenode.org#travis"
|
irc: "irc.freenode.org#travis"
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user