summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-30 17:04:06 -0800
committerAndre Arko <andre@arko.net>2012-11-30 17:08:06 -0800
commit348609348cc0fb075e6d24e13222dd516721925f (patch)
tree45ccb29a9562567e4b8489421ae6b5d454d99b69 /Rakefile
parentc4b7cf3fa65380e85ef69fd1ba41a9d6f47b84e4 (diff)
downloadbundler-348609348cc0fb075e6d24e13222dd516721925f.tar.gz
add UI#trace for backtraces without DEBUG info
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0b0b146f2b..54cd5ae71b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -115,7 +115,7 @@ begin
desc "Run the tests on Travis CI against a rubygem version (using ENV['RGV'])"
task :travis do
- ENV['DEBUG'] = 'true' # print debug info when an exception comes up
+ ENV['TRACE'] = 'true' # print debug info when an exception comes up
rg = ENV['RGV'] || 'master'
puts "\n\e[1;33m[Travis CI] Running bundler specs against rubygems #{rg}\e[m\n\n"