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:
parent
ed312b2c89
commit
5a54466099
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue