Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Remove support fo HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Dec 28, 2017
1 parent 8966c18 commit e6967cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm

dist: precise
sudo: false
Expand Down

1 comment on commit e6967cf

@staabm
Copy link

@staabm staabm commented on e6967cf Feb 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be dropped as well?

* @param array $parameters
* @param bool $isHhvm
* @return string
*/
private function constructParameters(array $parameters, $isHhvm)
{
return ($isHhvm ? '--php ' : '') . implode(' ', $parameters);
}

Please sign in to comment.