Browse Source

stderr for travis

euromark 12 years ago
parent
commit
5a0a29a479
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

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