Skip to content

Commit

Permalink
dont let php7 to fail in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bazilio91 committed Jan 28, 2016
1 parent 74041d6 commit d12489d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
- php: 7.0

services:
- redis-server
Expand Down
1 change: 0 additions & 1 deletion commands/AsyncWorkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
class AsyncWorkerCommand extends \yii\console\Controller
{
static $state = 1;
protected $child;

/**
* @param string|null $queueName
Expand Down

0 comments on commit d12489d

Please sign in to comment.