From 1d67cec0567fc6e9af52aebdd44885fd36949eba Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Wed, 31 Oct 2018 14:43:43 -0700 Subject: [PATCH] Disable running FF in headless mode on Travis --- .travis.yml | 2 +- wct.conf.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f147e3ea95..f4a8d5e8e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_script: update-types".' && false) script: - wct -l chrome -- wct -l firefox +- xvfb-run wct -l firefox - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi env: global: diff --git a/wct.conf.json b/wct.conf.json index 5b315d7362..8c061cea55 100644 --- a/wct.conf.json +++ b/wct.conf.json @@ -10,9 +10,6 @@ "headless", "disable-gpu", "no-sandbox" - ], - "firefox": [ - "-headless" ] } }