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.0
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3
- nightly - nightly
- hhvm - hhvm
@@ -24,13 +25,10 @@ matrix:
env: CS_FIXER=run env: CS_FIXER=run
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- php: 7.2 - php: 7.3
- php: nightly - php: nightly
- php: hhvm - php: hhvm
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs # cache vendor dirs
cache: cache:
directories: directories:
+1 -1
View File
@@ -6,7 +6,7 @@ use Monolog\Handler\TestHandler;
use Monolog\Logger; use Monolog\Logger;
use Readability\Readability; use Readability\Readability;
class ReadabilityTest extends \PHPUnit_Framework_TestCase class ReadabilityTest extends \PHPUnit\Framework\TestCase
{ {
public $logHandler; public $logHandler;
public $logger; public $logger;