Updating to 7.2

pull/41/head
Jeremy Benoist 7 years ago
parent 8712db510e
commit 9ab6d0d9e8
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
  1. 6
      .travis.yml
  2. 2
      tests/ReadabilityTest.php

@ -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:

@ -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;

Loading…
Cancel
Save