www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit acb1be97d0b930dc1491502416a1787d2f6413e2
parent cb300005cd5223e5b5f286ebb565db7f0583114b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 23 Nov 2016 00:11:01 -0500

More Travis debugging

Diffstat:
Mtest/tests/zoteroTest.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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 () {