From 8bbf0bf4958c52ea09c5efe6695e4adeb14827be Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 23 Jun 2016 05:41:46 -0400 Subject: [PATCH] Only test against stable Firefox for now Don't run more than one test per commit, given current frequency of commits and spurious failures. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6237815c7..8a52ee318 100644 --- 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