Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 27, 2017
1 parent 4bd49ee commit 51b48c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -38,7 +38,7 @@ matrix:

before_script:
- 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 es_ES
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
Expand Down

0 comments on commit 51b48c9

Please sign in to comment.