Skip to content

Commit

Permalink
try something else...
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Feb 20, 2012
1 parent c5c0f0a commit 9e754c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/acceptance/app_test.rb
Expand Up @@ -27,7 +27,10 @@ def run_without_bundler(command)

# Source ~/.bashrc on travis so that rvm gets loaded correctly and the
# gems are found.
command = "source ~/.bashrc && #{command}" if ENV['TRAVIS']
if ENV['TRAVIS']
p ENV
command = "source $HOME/.bashrc && #{command}"
end

`#{command}`
$?.must_equal 0
Expand Down

0 comments on commit 9e754c1

Please sign in to comment.