summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-29 23:20:19 -0800
committerAndre Arko <andre@arko.net>2012-11-29 23:20:19 -0800
commit4d2552164ff8f638fbae477098dfcca658fdb405 (patch)
tree8f0b8a606409ea1ca16302fde59f8e5262ca91d3
parent90890c243c95909d2554c0f8dd790d72c1645e11 (diff)
downloadbundler-4d2552164ff8f638fbae477098dfcca658fdb405.tar.gz
print debug info when running on travis
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index cafcfa9fa8..0b0b146f2b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -115,6 +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
rg = ENV['RGV'] || 'master'
puts "\n\e[1;33m[Travis CI] Running bundler specs against rubygems #{rg}\e[m\n\n"