Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 89b5658

Browse files
committed
more xvfb fun
1 parent 164cfbb commit 89b5658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ before_script:
1515
- nvm use stable
1616
- npm install puppeteer
1717
- npm install pixelmatch
18+
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1920x1080x16"
1819
- travis_retry composer self-update
1920
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
20-
- export DISPLAY=:99.0
21-
- xvfb-run --server-args="-screen 0 1920x1080x24" make test
2221
- ./vendor/laravel/dusk/bin/chromedriver-linux &
2322

2423
script:

0 commit comments

Comments
 (0)