commit 5a54466099615c9a818c02d92730e14d1bde0e3b
parent ed312b2c897a7edc4da3ff68f99eeb6659246c35
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 12 May 2016 17:07:39 -0400
Disable Firefox beta in Travis tests until unbranded build is available
Mozilla removed support for xpinstall.signatures.required in Fx47 Beta
before making an unbranded build available, so a source installation
won't currently run.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -5,7 +5,8 @@ compiler:
env:
- FX_CHANNEL=""
- FX_CHANNEL="-esr"
- - FX_CHANNEL="-beta"
+ # Disabled until unbranded build is available
+ #- FX_CHANNEL="-beta"
matrix:
fast_finish: true
allow_failures: