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

Commit 164cfbb

Browse files
committed
usw xvfb-run
1 parent 6ae0c76 commit 164cfbb

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-
- Xvfb -ac :0 -screen 0 1920x1080x16 &
21+
- xvfb-run --server-args="-screen 0 1920x1080x24" make test
2222
- ./vendor/laravel/dusk/bin/chromedriver-linux &
2323

2424
script:

0 commit comments

Comments
 (0)