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.
This commit is contained in:
Dan Stillman 2016-05-12 17:07:39 -04:00
parent ed312b2c89
commit 5a54466099

View file

@ -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: