euromark 11 年 前
コミット
2231ba59aa
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -35,7 +35,7 @@ before_script:
   - echo "<?php App::uses('BaseEmailConfig', 'Tools.Config'); class EmailConfig extends BaseEmailConfig {}" > Config/email.php
   - echo "Configure::write('Config.adminEmail', 'example@example.org');" >> Config/bootstrap.php
   - cd ..
-  - cp ../tools/phpunit.xml app/
+  - cp ../cakephp-tools/phpunit.xml app/
 
 script:
   - ../travis/script.sh