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

Commit 4fd6687

Browse files
committed
try different xvfb settings
1 parent f56b2c2 commit 4fd6687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_script:
1818
- travis_retry composer self-update
1919
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
2020
- export DISPLAY=:99.0
21-
- sh -e /etc/init.d/xvfb start
21+
- Xvfb -ac :0 -screen 0 1920x1080x16 &
2222
- ./vendor/laravel/dusk/bin/chromedriver-linux &
2323

2424
script:

0 commit comments

Comments
 (0)