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

Commit 9c92ac3

Browse files
committed
Use Dusk on Travis
1 parent 77a03e3 commit 9c92ac3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ before_script:
1717
- npm install pixelmatch
1818
- travis_retry composer self-update
1919
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
20+
- export DISPLAY=:99.0
21+
- sh -e /etc/init.d/xvfb start
22+
- ./vendor/laravel/dusk/bin/chromedriver-linux &
2023

2124
script:
2225
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)