Skip to content

Commit

Permalink
Drop HHVM, add PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Sep 6, 2019
1 parent 7bc2837 commit e4a0073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ php:
- 7.1
- 7.2
- 7.3

matrix:
include:
- php: hhvm
dist: trusty
sudo: required
- 7.4snapshot

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion tests/JsPhpize/JsPhpizePhugTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function testPlug()

$html = ob_get_contents();
ob_end_clean();
self::assertNull($exception, "`$php` throwed an exception:\n$exception");
self::assertNull($exception, "`$php` threw an exception:\n$exception");
self::assertSame(
'<a data-foo="{&quot;message&quot;:&quot;Bye&quot;}"></a>',
$html
Expand Down

0 comments on commit e4a0073

Please sign in to comment.