Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 14, 2019
1 parent b7e86b3 commit 0b4fdc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ php:
# faster builds on new travis setup not using sudo
sudo: false

service:
services:
- mysql

# cache vendor dirs
Expand Down
5 changes: 0 additions & 5 deletions tests/config.php
Expand Up @@ -28,11 +28,6 @@
'levels' => ['error', 'warning'],
'logTable' => 'log',
],
[
'class' => \yii\log\FileTarget::class,
'logFile' => __DIR__ . '/test.log',
'levels' => ['error', 'warning', 'info', 'trace'],
]
],
],
],
Expand Down

0 comments on commit 0b4fdc6

Please sign in to comment.