Only test against stable Firefox for now
Don't run more than one test per commit, given current frequency of commits and spurious failures.
This commit is contained in:
parent
6a523347b2
commit
8bbf0bf495
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ compiler:
|
|||
- gcc
|
||||
env:
|
||||
- FX_CHANNEL=""
|
||||
- FX_CHANNEL="-esr"
|
||||
# Disabled until unbranded build is available
|
||||
# Disabled during beta
|
||||
#- FX_CHANNEL="-esr"
|
||||
#- FX_CHANNEL="-beta"
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue