diff --git a/.travis.yml b/.travis.yml index c1aca7ff..157e917a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: