Skip to content

Commit d12489d

Browse files
committed
dont let php7 to fail in tests
1 parent 74041d6 commit d12489d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ matrix:
1515
allow_failures:
1616
- php: hhvm
1717
- php: hhvm-nightly
18-
- php: 7.0
1918

2019
services:
2120
- redis-server

commands/AsyncWorkerCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
class AsyncWorkerCommand extends \yii\console\Controller
99
{
1010
static $state = 1;
11-
protected $child;
1211

1312
/**
1413
* @param string|null $queueName

0 commit comments

Comments
 (0)