From dde039f5f29abcbeea1f86d94c0960ec0c0b78f2 Mon Sep 17 00:00:00 2001 From: Hiro Asari Date: Fri, 17 Jan 2014 08:08:48 -0500 Subject: [PATCH] Run 'bundle exec' for DB task See https://travis-ci.org/travis-ci/travis-api/builds/17125195 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: