Updating to 7.2

This commit is contained in:
Jeremy Benoist
2018-11-26 16:33:38 +01:00
parent 8712db510e
commit 9ab6d0d9e8
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -6,6 +6,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- hhvm
@@ -24,13 +25,10 @@ matrix:
env: CS_FIXER=run
fast_finish: true
allow_failures:
- php: 7.2
- php: 7.3
- php: nightly
- php: hhvm
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
+1 -1
View File
@@ -6,7 +6,7 @@ use Monolog\Handler\TestHandler;
use Monolog\Logger;
use Readability\Readability;
class ReadabilityTest extends \PHPUnit_Framework_TestCase
class ReadabilityTest extends \PHPUnit\Framework\TestCase
{
public $logHandler;
public $logger;