Skip to content

Commit

Permalink
Merge 9ab6d0d into 8712db5
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Nov 26, 2018
2 parents 8712db5 + 9ab6d0d commit 1b455e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- hhvm

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/ReadabilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Monolog\Logger;
use Readability\Readability;

class ReadabilityTest extends \PHPUnit_Framework_TestCase
class ReadabilityTest extends \PHPUnit\Framework\TestCase
{
public $logHandler;
public $logger;
Expand Down

0 comments on commit 1b455e9

Please sign in to comment.