Skip to content

Commit 5a2b78f

Browse files
author
Mario Bašić
authored
Removed MySQL 5.7 tip
1 parent b9892e2 commit 5a2b78f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dusk.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,12 +1346,6 @@ To run Dusk tests on [Codeship](https://codeship.com), add the following command
13461346
php artisan key:generate
13471347
nohup bash -c "php artisan serve 2>&1 &" && sleep 5
13481348
php artisan dusk
1349-
1350-
> {tip} If you need MySQL 5.7 on Codeship, add this code to the start of your setup commands:
1351-
> ```
1352-
> \curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/mysql-5.7.sh | bash -s
1353-
> mysql --defaults-file="/home/rof/mysql-5.7.17/my.cnf" -u "${MYSQL_USER}" -p"${MYSQL_PASSWORD}" -e "create database development";
1354-
> ```
13551349

13561350
<a name="running-tests-on-heroku-ci"></a>
13571351
### Heroku CI

0 commit comments

Comments
 (0)