Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to make dusk tests run on travis by updating the chrome driver ev…
…ery time
  • Loading branch information
tabacitu committed Sep 16, 2020
commit 21e6e52125c8cc8c197258913b60c25f747bc310
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install:
- cp .env.example .env
- travis_retry composer install --no-interaction --prefer-source
- php artisan key:generate
- php artisan dusk:update
- php artisan dusk:chrome-driver


Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"backpack/generators": "^3.0",
"itsgoingd/clockwork": "^4.0",
"barryvdh/laravel-debugbar": "^3.2",
"laravel/dusk": "^6.1"
"laravel/dusk": "^6.1",
"staudenmeir/dusk-updater": "^1.1"
},
"autoload": {
"classmap": [
Expand Down
53 changes: 52 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.