Fix path.

This commit is contained in:
mark_story 2017-07-26 22:58:09 -04:00
parent 4bd49eeb15
commit 51b48c9e45

View file

@ -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"