Skip to content

Commit

Permalink
try again...
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Feb 20, 2012
1 parent 9e754c1 commit df420c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/acceptance/app_test.rb
Expand Up @@ -28,8 +28,7 @@ def run_without_bundler(command)
# Source ~/.bashrc on travis so that rvm gets loaded correctly and the
# gems are found.
if ENV['TRAVIS']
p ENV
command = "source $HOME/.bashrc && #{command}"
command = "source #{ENV['HOME']}/.bashrc && #{command}"
end

`#{command}`
Expand Down

0 comments on commit df420c3

Please sign in to comment.