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:
Dan Stillman 2016-06-23 05:41:46 -04:00
parent 6a523347b2
commit 8bbf0bf495

View file

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