Skip to content

Commit

Permalink
Revert using headless Firefox, only use headless Chrome for now
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Sep 18, 2018
1 parent 860c807 commit f2854f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
wct --env saucelabs;
fi;
else
wct;
xvfb-run -s '-screen 0 1024x768x24' wct;
fi &&
if [[ "$TRAVIS_EVENT_TYPE" = "cron" && "$TEST_SUITE" = "unit_tests" ]]; then
wct --env saucelabs-cron;
Expand All @@ -59,7 +59,7 @@ script:
if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_BRANCH" != quick/* ]]; then
wct --npm --env saucelabs;
else
wct --npm;
xvfb-run -s '-screen 0 1024x768x24' wct --npm;
fi;
fi

Expand Down
3 changes: 0 additions & 3 deletions wct.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ module.exports = {
'headless',
'disable-gpu',
'no-sandbox'
],
firefox: [
'-headless'
]
}
},
Expand Down

0 comments on commit f2854f7

Please sign in to comment.