ソースを参照

stderr for travis

euromark 12 年 前
コミット
5a0a29a479
1 ファイル変更1 行追加2 行削除
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -30,13 +30,12 @@ before_script:
       'database' => 'cakephp_test',
       'database' => 'cakephp_test',
       'host' => '0.0.0.0',
       'host' => '0.0.0.0',
       'login' => 'travis',
       'login' => 'travis',
-      'host' => '',
       'persistent' => false,
       'persistent' => false,
     );
     );
     }" > app/Config/database.php
     }" > app/Config/database.php
   - cd app
   - cd app
 script:
 script:
-  - ../lib/Cake/Console/cake test Tools AllTools
+  - ../lib/Cake/Console/cake test Tools AllTools --stderr
 
 
 notifications:
 notifications:
   email: false
   email: false