From 7d5421f839ff71e6847da7d7a870d70e68fce2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20M=C3=A9ndez?= Date: Fri, 25 Oct 2013 12:54:51 -0400 Subject: [PATCH] Testing travis test stack trace --- .tm_properties | 2 +- test/fixtures/bootstrap.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.tm_properties b/.tm_properties index dfad723..8bb435a 100644 --- a/.tm_properties +++ b/.tm_properties @@ -1,7 +1,7 @@ # Files to include -myExtraIncludes = ".tm_properties,.gitignore" +myExtraIncludes = ".tm_properties,.gitignore,.travis.yml" fileBrowserGlob = "{*,$myExtraIncludes}" include = "{$include,$myExtraIncludes}" diff --git a/test/fixtures/bootstrap.js b/test/fixtures/bootstrap.js index d07c772..b01a0d4 100644 --- a/test/fixtures/bootstrap.js +++ b/test/fixtures/bootstrap.js @@ -2,6 +2,10 @@ // Prevent timezone conflicts process.env.TZ = ''; +process.on('uncaughtException', function(err) { + console.log(err.stack); +}); + var env, _ = require('underscore'), fs = require('fs'),