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
|
@ -5,7 +5,8 @@ compiler:
|
||||||
env:
|
env:
|
||||||
- FX_CHANNEL=""
|
- FX_CHANNEL=""
|
||||||
- FX_CHANNEL="-esr"
|
- FX_CHANNEL="-esr"
|
||||||
- FX_CHANNEL="-beta"
|
# Disabled until unbranded build is available
|
||||||
|
#- FX_CHANNEL="-beta"
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user