Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Testing travis test stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mendezcode committed Oct 25, 2013
1 parent 19daf0a commit 7d5421f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tm_properties
@@ -1,7 +1,7 @@

# Files to include

myExtraIncludes = ".tm_properties,.gitignore"
myExtraIncludes = ".tm_properties,.gitignore,.travis.yml"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"

Expand Down
4 changes: 4 additions & 0 deletions test/fixtures/bootstrap.js
Expand Up @@ -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'),
Expand Down

0 comments on commit 7d5421f

Please sign in to comment.