More Travis debugging

This commit is contained in:
Dan Stillman 2016-11-22 20:55:27 -05:00
parent 84bb61ab7b
commit cb300005cd
2 changed files with 7 additions and 2 deletions

View File

@ -4,8 +4,8 @@ compiler:
- gcc - gcc
env: env:
- FX_CHANNEL="release" - FX_CHANNEL="release"
- FX_CHANNEL="esr" #- FX_CHANNEL="esr"
- FX_CHANNEL="beta" #- FX_CHANNEL="beta"
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:

View File

@ -43,6 +43,11 @@ Zotero.Translators = new function() {
* available (e.g., in updateBundledFiles()), to avoid unnecesary file reads * available (e.g., in updateBundledFiles()), to avoid unnecesary file reads
*/ */
this.reinit = Zotero.Promise.coroutine(function* (options = {}) { 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 // Wait until bundled files have been updated, except when this is called by the schema update
// code itself // code itself
if (!options.fromSchemaUpdate) { if (!options.fromSchemaUpdate) {