www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 8bbf0bf4958c52ea09c5efe6695e4adeb14827be
parent 6a523347b2c62f5891953ae2d644136618a9968c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 23 Jun 2016 05:41:46 -0400

Only test against stable Firefox for now

Don't run more than one test per commit, given current frequency of
commits and spurious failures.

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -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