Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Still trying to get Travis working
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yell committed Nov 25, 2014
1 parent 7733a2a commit 28d6e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ matrix:
before_script:
- composer self-update
- composer install --prefer-dist --no-interaction --dev
- composer require cakephp/cakephp 3.0.0-beta3
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'CREATE DATABASE cakephp_test;' -U postgres; fi"
- sh -c "if [ '$PHPCS' = '1' ]; then pear channel-discover pear.cakephp.org; fi"
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/
// Customize this to be a relative path for embedded plugins.
// For standalone plugins, this should point at a CakePHP installation.
require '../vendor/cakephp/cakephp/config/bootstrap.php';
require 'vendor/cakephp/cakephp/config/bootstrap.php';

0 comments on commit 28d6e5e

Please sign in to comment.