From acb1be97d0b930dc1491502416a1787d2f6413e2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 23 Nov 2016 00:11:01 -0500 Subject: [PATCH] More Travis debugging --- test/tests/zoteroTest.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/tests/zoteroTest.js b/test/tests/zoteroTest.js index af73361def..9eb5845fcd 100644 --- a/test/tests/zoteroTest.js +++ b/test/tests/zoteroTest.js @@ -137,6 +137,9 @@ describe("Zotero Core Functions", function () { before(function () { disableCommandMode(); + + // Travis debugging + Zotero.Debug.init(true); }); after(function () {