Skip to content

Commit 3a29427

Browse files
authored
Merge pull request #4868 from mabasic/patch-1
Updated Codeship instructions
2 parents 6502bad + 5a2b78f commit 3a29427

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dusk.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,10 +1339,11 @@ If you are using CircleCI to run your Dusk tests, you may use this configuration
13391339

13401340
To run Dusk tests on [Codeship](https://codeship.com), add the following commands to your Codeship project. Of course, these commands are a starting point and you are free to add additional commands as needed:
13411341

1342-
phpenv local 7.1
1342+
phpenv local 7.2
13431343
cp .env.testing .env
1344-
composer install --no-interaction
1345-
nohup bash -c "./vendor/laravel/dusk/bin/chromedriver-linux 2>&1 &"
1344+
mkdir -p ./bootstrap/cache
1345+
composer install --no-interaction --prefer-dist
1346+
php artisan key:generate
13461347
nohup bash -c "php artisan serve 2>&1 &" && sleep 5
13471348
php artisan dusk
13481349

0 commit comments

Comments
 (0)