Skip to content

Commit

Permalink
Shouldn't we use bundle exec rake?
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jun 1, 2011
1 parent 7ab333c commit 13ebda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/builder/base.rb
Expand Up @@ -18,7 +18,7 @@ def work!

def buildable
@buildable ||= Travis::Buildable.new(
:script => 'rake',
:script => 'bundle exec rake',
:commit => build['commit'],
:config => build['config'],
:url => repository['url'] || "https://github.com/#{repository['slug']}"
Expand Down

0 comments on commit 13ebda7

Please sign in to comment.