Still tweaking towards HHVM

This commit is contained in:
Josh Sherman 2014-10-02 22:01:59 -04:00
parent c7a6852a3d
commit bbf392f45f
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
"satooshi/php-coveralls": "dev-master"
},
"require": {
"php": ">=5.4"
"php": ">=5.3"
},
"autoload": {
"psr-4": {

View file

@ -2,7 +2,7 @@
VERSION=`phpenv version-name`
if [ "$VERSION" == "hhvm" ]
if [ "${VERSION}" = 'hhvm' ]
then
PHPINI=/etc/hhvm/php.ini
else