Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update an arg for xvfb cmd in CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed Feb 8, 2018
1 parent 75f6a38 commit 3199912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pip install requests
- npm i -g get-firefox
- get-firefox --branch nightly --platform linux --extract --target /home/ubuntu/screenshots
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :88 -ac -screen 0 1280x1024x16 -extension RANDR"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_88.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :88 -ac -screen 0 1280x1024x16 -extension RANDR"

compile:
override:
Expand Down

0 comments on commit 3199912

Please sign in to comment.