From 51b48c9e456d9a2913b80f5b3e12b385d23dbc6d Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 26 Jul 2017 22:58:09 -0400 Subject: [PATCH] Fix path. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2321d41c4..0d8cd1e2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"