mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix path.
This commit is contained in:
parent
4bd49eeb15
commit
51b48c9e45
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ matrix:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer require "phpunit/phpunit=$PHPUNIT"
|
- composer require "phpunit/phpunit=$PHPUNIT"
|
||||||
- echo "require_once 'vendor/autoload.php';" >> app/Config/bootstrap.php
|
- echo "require_once 'vendors/autoload.php';" >> app/Config/bootstrap.php
|
||||||
- sudo locale-gen de_DE
|
- sudo locale-gen de_DE
|
||||||
- sudo locale-gen es_ES
|
- sudo locale-gen es_ES
|
||||||
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
|
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
|
||||||
|
|
Loading…
Reference in a new issue