From cb300005cd5223e5b5f286ebb565db7f0583114b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 22 Nov 2016 20:55:27 -0500 Subject: [PATCH] More Travis debugging --- .travis.yml | 4 ++-- chrome/content/zotero/xpcom/translation/translators.js | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21dac73bd1..cbf625dd2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ compiler: - gcc env: - FX_CHANNEL="release" - - FX_CHANNEL="esr" - - FX_CHANNEL="beta" + #- FX_CHANNEL="esr" + #- FX_CHANNEL="beta" matrix: fast_finish: true allow_failures: diff --git a/chrome/content/zotero/xpcom/translation/translators.js b/chrome/content/zotero/xpcom/translation/translators.js index d8b2d2979d..cb0b945e52 100644 --- a/chrome/content/zotero/xpcom/translation/translators.js +++ b/chrome/content/zotero/xpcom/translation/translators.js @@ -43,6 +43,11 @@ Zotero.Translators = new function() { * available (e.g., in updateBundledFiles()), to avoid unnecesary file reads */ this.reinit = Zotero.Promise.coroutine(function* (options = {}) { + // Travis debugging + Zotero.Debug.init(true); + Zotero.debug(new Error().stack); + Zotero.Debug.init(); + // Wait until bundled files have been updated, except when this is called by the schema update // code itself if (!options.fromSchemaUpdate) {